bump version
This commit is contained in:
parent
d1163dc939
commit
a862b32a2b
3 changed files with 3 additions and 2 deletions
|
@ -64,7 +64,7 @@ tasks.whenTaskAdded { task ->
|
|||
dependencies {
|
||||
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
||||
implementation 'androidx.preference:preference:1.1.0'
|
||||
implementation 'com.github.shadowsocks:plugin:1.3.3'
|
||||
implementation 'com.github.shadowsocks:plugin:1.3.4'
|
||||
implementation 'com.takisoft.preferencex:preferencex-simplemenu:1.1.0'
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
|
||||
testImplementation 'junit:junit:4.13'
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ca361195f584f3904c9440ac012bd4e8611f7b52
|
||||
Subproject commit 59b8f4fc46c7be399dad0620121a89efa656dc9c
|
|
@ -22,6 +22,7 @@ allprojects {
|
|||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue