Updated AGP to 8.3.0

This commit is contained in:
snake-4
2024-04-06 20:17:39 +02:00
parent ce278b37f7
commit 52e5771205
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[versions]
agp = "8.2.0"
agp = "8.3.0"
[plugins]
agp-lib = { id = "com.android.library", version.ref = "agp" }

View File

@@ -37,7 +37,7 @@ androidComponents.onVariants { variant ->
val variantCapped = variant.name.capitalizeUS()
val buildTypeLowered = variant.buildType?.lowercase()
val libOutDir = layout.buildDirectory.dir("intermediates/stripped_native_libs/$variantLowered/out/lib").get()
val libOutDir = layout.buildDirectory.dir("intermediates/stripped_native_libs/$variantLowered/strip${variantLowered}DebugSymbols/out/lib").get()
val moduleDir = layout.buildDirectory.dir("outputs/module/$variantLowered").get()
val zipOutDir = layout.buildDirectory.dir("outputs/release").get()
val zipFileName = "$moduleName-$verName-$commitHash-$buildTypeLowered.zip".replace(' ', '-')