Migrate to AndroidX and remove unused libs

This commit is contained in:
J-Jamet 2019-08-29 17:13:14 +02:00
parent 2c4a7e5576
commit 598dbd3794
125 changed files with 457 additions and 444 deletions

View file

@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.11'
ext.kotlin_version = '1.3.41'
repositories {
jcenter()
maven {
@ -10,7 +10,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath 'com.android.tools.build:gradle:3.5.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}