File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 2
2
* .aab
3
3
.gradle
4
4
/local.properties
5
- /gradle.properties
6
5
/.idea /
7
6
.DS_Store
8
7
/build
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ android {
51
51
}
52
52
53
53
dependencies {
54
- implementation ' com.simplemobiletools:commons:5.10.6 '
54
+ implementation ' com.simplemobiletools:commons:5.13.14 '
55
55
56
56
kapt ' androidx.room:room-compiler:2.0.0'
57
57
implementation ' androidx.room:room-runtime:2.0.0'
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
buildscript {
4
- ext. kotlin_version = ' 1.3.21 '
4
+ ext. kotlin_version = ' 1.3.31 '
5
5
6
6
repositories {
7
7
google()
8
8
jcenter()
9
9
}
10
10
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:3.3.2 '
12
+ classpath ' com.android.tools.build:gradle:3.4.1 '
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
15
15
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 1
- # Thu Jan 24 21:40:27 CET 2019
1
+ # Tue May 21 22:52:59 CEST 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.4 -all.zip
You can’t perform that action at this time.
0 commit comments