diff --git a/app/build.gradle b/app/build.gradle index 0c4d4b3a..189f5cca 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,6 +80,9 @@ android { disable 'MissingTranslation' } namespace 'eu.faircode.netguard' + buildFeatures { + aidl true + } } dependencies { diff --git a/build.gradle b/build.gradle index f7bbd121..5412d073 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/gradle.properties b/gradle.properties index 09e5d31d..bb06e824 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b493776b..29a769d8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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