Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 102747c

Browse files
committed
Android Studio 4.1.1
1 parent ceee204 commit 102747c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
ext {
3-
kotlinVersion = '1.4.10'
3+
kotlinVersion = '1.4.20'
44
moshiVersion = "1.9.2"
55
}
66

@@ -9,7 +9,7 @@ buildscript {
99
jcenter()
1010
}
1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:4.1.0'
12+
classpath 'com.android.tools.build:gradle:4.1.1'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
1414
}
1515
}

owncloudComLibrary/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
}
1515
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
1616

17-
testImplementation 'junit:junit:4.13'
17+
testImplementation 'junit:junit:4.13.1'
1818
}
1919

2020
android {

0 commit comments

Comments
 (0)