Skip to content

Commit 172bd4c

Browse files
committed
Update dependencies
1 parent 5d2bc36 commit 172bd4c

File tree

8 files changed

+136
-45
lines changed

8 files changed

+136
-45
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ tasks.whenTaskAdded { task ->
6363

6464
dependencies {
6565
implementation fileTree(dir: 'libs', include: ['*.jar'])
66-
implementation "androidx.preference:preference:1.1.0-rc01"
67-
implementation 'com.github.shadowsocks:plugin:1.3.1'
68-
implementation 'com.takisoft.preferencex:preferencex-simplemenu:1.0.0'
66+
implementation 'androidx.preference:preference:1.1.0'
67+
implementation 'com.github.shadowsocks:plugin:1.3.3'
68+
implementation 'com.takisoft.preferencex:preferencex-simplemenu:1.1.0'
6969
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
70-
testImplementation 'junit:junit:4.12'
70+
testImplementation 'junit:junit:4.13'
7171
androidTestImplementation 'androidx.test:runner:1.2.0'
7272
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
7373
}

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ apply plugin: 'com.github.ben-manes.versions'
44

55
buildscript {
66
ext {
7-
kotlinVersion = '1.3.50'
7+
kotlinVersion = '1.3.61'
88
minSdkVersion = 21
99
}
1010
repositories {
1111
google()
1212
jcenter()
1313
}
1414
dependencies {
15-
classpath 'com.android.tools.build:gradle:3.5.0'
16-
classpath 'com.github.ben-manes:gradle-versions-plugin:0.22.0'
15+
classpath 'com.android.tools.build:gradle:3.5.3'
16+
classpath 'com.github.ben-manes:gradle-versions-plugin:0.27.0'
1717
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1818
}
1919
}

0 commit comments

Comments
 (0)