Migration to Android Studio 4

This commit is contained in:
philips77 2020-06-24 14:26:31 +02:00
parent 2f61019d6d
commit fe212b5592
3 changed files with 5 additions and 6 deletions

View File

@ -6,9 +6,9 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}

View File

@ -7,7 +7,6 @@ android {
minSdkVersion 18
targetSdkVersion 29
versionCode 24
versionName VERSION_NAME
}
buildTypes {
@ -19,7 +18,7 @@ android {
}
dependencies {
implementation 'androidx.core:core:1.4.0-alpha01'
implementation 'androidx.core:core:1.5.0-alpha01'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'com.google.code.gson:gson:2.8.6'

View File

@ -1,6 +1,6 @@
#Wed May 13 14:15:38 CEST 2020
#Wed Jun 24 14:20:07 CEST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip