chore: upgrade AGP to 8.2.0 + migrate deprecated functions (#1574)

This commit is contained in:
Benjamin
2023-12-26 12:37:42 -08:00
committed by oSumAtrIX
parent f7426309b4
commit fe1e65ce9c
17 changed files with 42 additions and 46 deletions

View File

@ -80,6 +80,7 @@ android {
buildFeatures.compose = true
buildFeatures.aidl = true
buildFeatures.buildConfig=true
composeOptions.kotlinCompilerExtensionVersion = "1.5.3"
}