bump version

This commit is contained in:
Max Lv 2020-02-06 14:29:24 +08:00
parent d1163dc939
commit a862b32a2b
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -22,6 +22,7 @@ allprojects {
repositories {
google()
jcenter()
mavenLocal()
}
}