1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-10 09:26:19 +00:00
android-library/build.gradle
Abel García de Prada 7924561a62 Bump kotlin version
2021-04-06 09:55:19 +02:00

24 lines
437 B
Groovy

buildscript {
ext {
kotlinVersion = '1.4.32'
moshiVersion = "1.12.0"
}
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
}
allprojects {
repositories {
google()
jcenter()
maven { url 'https://jitpack.io' }
}
}