mirror of
https://github.com/M66B/NetGuard.git
synced 2024-12-21 23:33:21 +00:00
Updated gradle
This commit is contained in:
parent
3f4a3a53ff
commit
b56b4d7efe
4 changed files with 9 additions and 2 deletions
|
@ -80,6 +80,9 @@ android {
|
|||
disable 'MissingTranslation'
|
||||
}
|
||||
namespace 'eu.faircode.netguard'
|
||||
buildFeatures {
|
||||
aidl true
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -9,7 +9,7 @@ buildscript {
|
|||
// 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.google.gms.google-services/view
|
||||
classpath 'com.android.tools.build:gradle:7.4.2'
|
||||
classpath 'com.android.tools.build:gradle:8.1.1'
|
||||
|
||||
// NOTE: Do not place your application dependencies here; they belong
|
||||
// in the individual module build.gradle files
|
||||
|
|
|
@ -22,3 +22,7 @@ org.gradle.jvmargs=-Xmx500m
|
|||
android.enableD8=true
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
android.enableR8.fullMode=false
|
||||
android.defaults.buildfeatures.buildconfig=true
|
||||
android.nonTransitiveRClass=false
|
||||
android.nonFinalResIds=false
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
|
||||
|
|
Loading…
Reference in a new issue