1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Android Studio 4.1.1

This commit is contained in:
Abel García de Prada 2020-12-02 13:46:45 +01:00
parent ceee204399
commit 102747c392
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
kotlinVersion = '1.4.10' kotlinVersion = '1.4.20'
moshiVersion = "1.9.2" moshiVersion = "1.9.2"
} }
@ -9,7 +9,7 @@ buildscript {
jcenter() jcenter()
} }
dependencies { 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" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
} }
} }

View File

@ -14,7 +14,7 @@ dependencies {
} }
kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion" kapt "com.squareup.moshi:moshi-kotlin-codegen:$moshiVersion"
testImplementation 'junit:junit:4.13' testImplementation 'junit:junit:4.13.1'
} }
android { android {