From ecbc4d30e0f6da186e1ac7c2a1c28f6228ad11b3 Mon Sep 17 00:00:00 2001 From: Hugh Daschbach Date: Mon, 6 Nov 2023 16:09:01 -0800 Subject: [PATCH] Apply AGP update to 8.1.1. Android Studio suggested configuration changes after applying !317. --- build.gradle.kts | 2 +- gradle.properties | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1c94f39..d2d9b6c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ buildscript { val navVersion: String by extra dependencies { - classpath("com.android.tools.build:gradle:7.4.2") + classpath("com.android.tools.build:gradle:8.1.1") classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20") classpath("com.github.bjoernq:unmockplugin:0.7.9") classpath("com.github.ben-manes:gradle-versions-plugin:0.46.0") diff --git a/gradle.properties b/gradle.properties index 09b3991..6e9d484 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,3 +4,6 @@ kotlin.code.style=official android.useAndroidX=true android.enableJetifier=true +android.defaults.buildfeatures.buildconfig=true +android.nonTransitiveRClass=false +android.nonFinalResIds=false