updating gradle, kotlin, commons

This commit is contained in:
tibbi 2020-08-20 10:22:23 +02:00
parent 7b29b10fe3
commit db7d162fe1
3 changed files with 8 additions and 9 deletions

View File

@ -9,13 +9,12 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 30
defaultConfig {
applicationId "com.simplemobiletools.flashlight"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode 41
versionName "5.1.1"
setProperty("archivesBaseName", "flashlight")
@ -56,7 +55,7 @@ android {
}
dependencies {
implementation 'com.simplemobiletools:commons:5.28.23'
implementation 'com.simplemobiletools:commons:5.30.1'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-rc1'
}

View File

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.72'
ext.kotlin_version = '1.4.0'
repositories {
google()
@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.android.tools.build:gradle:4.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong

View File

@ -1,6 +1,6 @@
#Mon Mar 23 10:09:38 CET 2020
#Thu Aug 20 10:19:45 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