Skip to content

Commit 9501f4f

Browse files
committed
Update libraries
1 parent 15b422a commit 9501f4f

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.iml
22
.gradle
3+
.cxx
34
/local.properties
45
/.idea/
56
.DS_Store

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
jcenter()
2121
}
2222
dependencies {
23-
classpath 'com.android.tools.build:gradle:3.4.2'
23+
classpath 'com.android.tools.build:gradle:3.5.0'
2424
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2525
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
2626
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ android.enableJetifier=true
3636
# Kotlin code style for this project: "official" or "obsolete":
3737
kotlin.code.style=official
3838

39-
kotlin_version=1.3.41
39+
kotlin_version=1.3.50

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ 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.5.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-all.zip

0 commit comments

Comments
 (0)