1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +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
commit 9bef933428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

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"
}
}

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 {