1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00

Merge pull request #360 from owncloud/AndroidStudio-4.1.1

Android Studio 4.1.1
This commit is contained in:
Abel García de Prada
2020-12-15 11:13:57 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlinVersion = '1.4.10'
kotlinVersion = '1.4.20'
moshiVersion = "1.9.2"
}
@@ -9,7 +9,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}
+1 -1
View File
@@ -14,7 +14,7 @@ dependencies {
}
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
testImplementation 'junit:junit:4.13'
testImplementation 'junit:junit:4.13.1'
}
android {