Skip to content

Commit 9f425c0

Browse files
committed
update libraries
1 parent d24c3cd commit 9f425c0

4 files changed

Lines changed: 236 additions & 8 deletions

File tree

.idea/jarRepositories.xml

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.50'
4+
ext.kotlin_version = '1.3.72'
55
repositories {
66
google()
77
jcenter()
88

99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.6.2'
11+
classpath 'com.android.tools.build:gradle:4.0.0'
1212
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1313
// NOTE: Do not place your application dependencies here; they belong
1414
// in the individual module build.gradle files

glideavif/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ def deployTo = new File(rootDir, "repository")
88

99
android {
1010
compileSdkVersion 29
11-
buildToolsVersion "29.0.2"
12-
ndkVersion "21.1.6352462"
11+
buildToolsVersion "29.0.3"
1312

1413
defaultConfig {
1514
minSdkVersion 16
@@ -47,8 +46,8 @@ dependencies {
4746
implementation fileTree(dir: 'libs', include: ['*.jar'])
4847
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
4948
implementation 'androidx.appcompat:appcompat:1.1.0'
50-
implementation 'androidx.core:core-ktx:1.2.0'
51-
testImplementation 'junit:junit:4.12'
49+
implementation 'androidx.core:core-ktx:1.3.0'
50+
testImplementation 'junit:junit:4.13'
5251
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
5352
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
5453

0 commit comments

Comments
 (0)