Shadowsocks protocol added
This commit is contained in:
parent
59b4bf5267
commit
29656fb9a6
22 changed files with 791 additions and 664 deletions
|
@ -3,6 +3,7 @@ allprojects {
|
|||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -40,14 +41,6 @@ android {
|
|||
jvmTarget = '1.8'
|
||||
}
|
||||
}
|
||||
//publish {
|
||||
// userOrg = 'kyle' //bintray注册的用户名
|
||||
// groupId = 'com.kyle' //compile引用时的第1部分groupId
|
||||
// artifactId = 'shadowsocks' //compile引用时的第2部分项目名
|
||||
// publishVersion = '1.0.1' //compile引用时的第3部分版本号
|
||||
// desc = 'This is a shadowsocks library '
|
||||
// website = 'https://github.com/zhengKyles/shadowsocksDemo'
|
||||
//}
|
||||
|
||||
androidExtensions {
|
||||
experimental = true
|
||||
|
@ -62,6 +55,8 @@ dependencies {
|
|||
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30-M1"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0"
|
||||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.0"
|
||||
|
||||
|
||||
implementation "androidx.core:core-ktx:1.2.0"
|
||||
implementation "androidx.lifecycle:lifecycle-extensions:2.2.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue