mirror of
https://github.com/etesync/android
synced 2025-02-16 17:42:03 +00:00
Update gradle.
This commit is contained in:
parent
19b4e2a796
commit
4fd214515c
@ -8,7 +8,7 @@
|
||||
|
||||
ext {
|
||||
kotlin_version = '1.3.30'
|
||||
gradle_version = '3.4.1'
|
||||
gradle_version = '3.5.1'
|
||||
compileSdkVersion = 28
|
||||
buildToolsVersion = '28.0.3'
|
||||
}
|
||||
@ -16,7 +16,7 @@ ext {
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.3.30'
|
||||
ext.gradle_version = '3.4.1'
|
||||
ext.gradle_version = '3.5.1'
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
#Sat Jan 05 13:36:12 GMT 2019
|
||||
#Wed Nov 06 20:03:49 IST 2019
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
|
||||
|
Loading…
Reference in New Issue
Block a user