File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
* .iml
2
2
.gradle
3
+ .cxx
3
4
/local.properties
4
5
/.idea /
5
6
.DS_Store
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
20
20
jcenter()
21
21
}
22
22
dependencies {
23
- classpath ' com.android.tools.build:gradle:3.4.2 '
23
+ classpath ' com.android.tools.build:gradle:3.5.0 '
24
24
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
25
25
classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
26
26
}
Original file line number Diff line number Diff line change @@ -36,4 +36,4 @@ android.enableJetifier=true
36
36
# Kotlin code style for this project: "official" or "obsolete":
37
37
kotlin.code.style =official
38
38
39
- kotlin_version =1.3.41
39
+ kotlin_version =1.3.50
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ 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-5.5.1 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 -all.zip
You can’t perform that action at this time.
0 commit comments