Bump version to 6.43.3

This commit is contained in:
Cody Henthorne
2024-01-16 11:27:01 -05:00
parent 74a61037f8
commit 9b20bb3613
+6 -6
View File
@@ -22,15 +22,15 @@ plugins {
apply(from = "static-ips.gradle.kts")
val canonicalVersionCode = 1373
val canonicalVersionName = "6.43.2"
val canonicalVersionName = "6.43.3"
val postFixSize = 100
val abiPostFix: Map<String, Int> = mapOf(
"universal" to 0,
"armeabi-v7a" to 1,
"arm64-v8a" to 2,
"x86" to 3,
"x86_64" to 4
"universal" to 5,
"armeabi-v7a" to 6,
"arm64-v8a" to 7,
"x86" to 8,
"x86_64" to 9
)
val keystores: Map<String, Properties?> = mapOf("debug" to loadKeystoreProperties("keystore.debug.properties"))