mirror of
https://github.com/M66B/NetGuard.git
synced 2025-03-06 19:59:11 +00:00
Updated gradle
This commit is contained in:
parent
ea448ff80d
commit
3c14c2659e
3 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ndkVersion "21.0.6113669"
|
//ndkVersion "21.0.6113669"
|
||||||
ndk {
|
ndk {
|
||||||
// https://developer.android.com/ndk/guides/abis.html#sa
|
// https://developer.android.com/ndk/guides/abis.html#sa
|
||||||
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
|
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
|
||||||
|
|
|
@ -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.6.3'
|
classpath 'com.android.tools.build:gradle:4.0.0'
|
||||||
|
|
||||||
// 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 @@
|
||||||
#Fri Mar 06 18:26:58 CET 2020
|
#Sun Jun 07 12:07:36 CEST 2020
|
||||||
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-5.6.4-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue