Skip to content

Commit a862b32

Browse files
committed
bump version
1 parent d1163dc commit a862b32

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tasks.whenTaskAdded { task ->
6464
dependencies {
6565
implementation fileTree(dir: 'libs', include: ['*.jar'])
6666
implementation 'androidx.preference:preference:1.1.0'
67-
implementation 'com.github.shadowsocks:plugin:1.3.3'
67+
implementation 'com.github.shadowsocks:plugin:1.3.4'
6868
implementation 'com.takisoft.preferencex:preferencex-simplemenu:1.1.0'
6969
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
7070
testImplementation 'junit:junit:4.13'

app/src/main/go/v2ray-plugin

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ allprojects {
2222
repositories {
2323
google()
2424
jcenter()
25+
mavenLocal()
2526
}
2627
}
2728

0 commit comments

Comments
 (0)