We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f295d11 commit a995645Copy full SHA for a995645
app/build.gradle.kts
@@ -12,7 +12,7 @@ val local = Properties().apply {
12
@Suppress("PropertyName")
13
val VERSION_NAME= project.findProperty("VERSION_NAME")?.toString() ?: "3.8.3"
14
15
-val VERSION_CODE= project.findProperty("VERSION_CODE")?.toString()?.toInt() ?: 46
+val VERSION_CODE= project.findProperty("VERSION_CODE")?.toString()?.toInt() ?: 48
16
val useFpProDebugVersion =
17
false // switch to true when needed to debug the locally built library
18
val fingerprintProLib = if (useFpProDebugVersion) libs.fingerprint.pro.debug else libs.fingerprint.pro.asProvider()
0 commit comments