diff --git a/app/build.gradle b/app/build.gradle index 3261aeb8e..bd313c166 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,6 +87,7 @@ android { buildFeatures { viewBinding true + aidl true } kotlinOptions { diff --git a/build.gradle b/build.gradle index e08b72244..e29fba24a 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ */ plugins { - id 'com.android.application' version '7.4.2' apply false + id 'com.android.application' version '8.0.1' apply false id 'org.jetbrains.kotlin.android' version '1.8.21' apply false id 'androidx.navigation.safeargs.kotlin' version '2.5.3' apply false id "org.jlleitschuh.gradle.ktlint" version '11.3.1' apply false diff --git a/gradle.properties b/gradle.properties index f07f3bb50..f73ca652a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -48,4 +48,8 @@ android.lifecycleProcessor.incremental=true # turn off AP discovery in compile path, and therefore turn on Compile Avoidance kapt.include.compile.classpath=false +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 3877535db..6dfc440ee 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,26 +1,8 @@ -# -# Aurora Store -# Copyright (C) 2021, Rahul Kumar Patel -# -# Aurora Store is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# Aurora Store is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with Aurora Store. If not, see . -# -# - +#Mon May 08 14:18:03 IST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=6147605a23b4eff6c334927a86ff3508cb5d6722cd624c97ded4c2e8640f1f87 -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip +distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists