Skip to content
Snippets Groups Projects
Commit ecbc4d30 authored by Hugh Daschbach's avatar Hugh Daschbach
Browse files

Apply AGP update to 8.1.1.

Android Studio suggested configuration changes after applying !317.
parent 02eb3445
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment