diff --git a/app/build.gradle b/app/build.gradle index 81a6717..7b1344d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/app/src/main/go/v2ray-plugin b/app/src/main/go/v2ray-plugin index ca36119..59b8f4f 160000 --- a/app/src/main/go/v2ray-plugin +++ b/app/src/main/go/v2ray-plugin @@ -1 +1 @@ -Subproject commit ca361195f584f3904c9440ac012bd4e8611f7b52 +Subproject commit 59b8f4fc46c7be399dad0620121a89efa656dc9c diff --git a/build.gradle b/build.gradle index 3009a20..acca36d 100644 --- a/build.gradle +++ b/build.gradle @@ -22,6 +22,7 @@ allprojects { repositories { google() jcenter() + mavenLocal() } }