Bump to AGP 8.0.1

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-05-08 12:04:20 +05:30
parent 0bef2e3da7
commit 87a960c475
4 changed files with 9 additions and 22 deletions

View File

@@ -87,6 +87,7 @@ android {
buildFeatures { buildFeatures {
viewBinding true viewBinding true
aidl true
} }
kotlinOptions { kotlinOptions {

View File

@@ -19,7 +19,7 @@
*/ */
plugins { 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 'org.jetbrains.kotlin.android' version '1.8.21' apply false
id 'androidx.navigation.safeargs.kotlin' version '2.5.3' apply false id 'androidx.navigation.safeargs.kotlin' version '2.5.3' apply false
id "org.jlleitschuh.gradle.ktlint" version '11.3.1' apply false id "org.jlleitschuh.gradle.ktlint" version '11.3.1' apply false

View File

@@ -48,4 +48,8 @@ android.lifecycleProcessor.incremental=true
# turn off AP discovery in compile path, and therefore turn on Compile Avoidance # turn off AP discovery in compile path, and therefore turn on Compile Avoidance
kapt.include.compile.classpath=false kapt.include.compile.classpath=false
android.enableR8.fullMode=false
android.defaults.buildfeatures.buildconfig=true
android.nonTransitiveRClass=false
android.nonFinalResIds=false

View File

@@ -1,26 +1,8 @@
# #Mon May 08 14:18:03 IST 2023
# Aurora Store
# Copyright (C) 2021, Rahul Kumar Patel <whyorean@gmail.com>
#
# 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 <http://www.gnu.org/licenses/>.
#
#
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=6147605a23b4eff6c334927a86ff3508cb5d6722cd624c97ded4c2e8640f1f87 distributionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
networkTimeout=10000 networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists