mirror of
https://github.com/M66B/NetGuard.git
synced 2025-01-02 21:34:12 +00:00
Updated gradle
This commit is contained in:
parent
588f146523
commit
30b8474f42
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ buildscript {
|
||||||
// http://tools.android.com/tech-docs/new-build-system/gradle-experimental
|
// http://tools.android.com/tech-docs/new-build-system/gradle-experimental
|
||||||
// https://bintray.com/android/android-tools/com.android.tools.build.gradle-experimental/view
|
// https://bintray.com/android/android-tools/com.android.tools.build.gradle-experimental/view
|
||||||
// https://bintray.com/android/android-tools/com.google.gms.google-services/view
|
// https://bintray.com/android/android-tools/com.google.gms.google-services/view
|
||||||
classpath 'com.android.tools.build:gradle:3.1.+'
|
classpath 'com.android.tools.build:gradle:3.2.1'
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
// in the individual module build.gradle files
|
// in the individual module build.gradle files
|
||||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
||||||
#Tue Mar 27 10:36:35 CEST 2018
|
#Sun Oct 14 06:49:00 UTC 2018
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
|
||||||
|
|
Loading…
Reference in a new issue