Skip to content

Commit db7d162

Browse files
committed
updating gradle, kotlin, commons
1 parent 7b29b10 commit db7d162

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

app/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ if (keystorePropertiesFile.exists()) {
99
}
1010

1111
android {
12-
compileSdkVersion 29
13-
buildToolsVersion "29.0.3"
12+
compileSdkVersion 30
1413

1514
defaultConfig {
1615
applicationId "com.simplemobiletools.flashlight"
1716
minSdkVersion 21
18-
targetSdkVersion 29
17+
targetSdkVersion 30
1918
versionCode 41
2019
versionName "5.1.1"
2120
setProperty("archivesBaseName", "flashlight")
@@ -56,7 +55,7 @@ android {
5655
}
5756

5857
dependencies {
59-
implementation 'com.simplemobiletools:commons:5.28.23'
58+
implementation 'com.simplemobiletools:commons:5.30.1'
6059
implementation 'org.greenrobot:eventbus:3.2.0'
61-
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta4'
60+
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-rc1'
6261
}

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.72'
4+
ext.kotlin_version = '1.4.0'
55

66
repositories {
77
google()
88
jcenter()
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.6.3'
12+
classpath 'com.android.tools.build:gradle:4.0.1'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414

1515
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Mar 23 10:09:38 CET 2020
1+
#Thu Aug 20 10:19:45 CEST 2020
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 commit comments

Comments
 (0)