We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b720fd2 commit e22f916Copy full SHA for e22f916
app/build.gradle.kts
@@ -10,9 +10,9 @@ val local = Properties().apply {
10
}
11
12
@Suppress("PropertyName")
13
-val VERSION_NAME= project.findProperty("VERSION_NAME")?.toString() ?: "3.8.0"
+val VERSION_NAME= project.findProperty("VERSION_NAME")?.toString() ?: "3.8.1"
14
15
-val VERSION_CODE= project.findProperty("VERSION_CODE")?.toString()?.toInt() ?: 43
+val VERSION_CODE= project.findProperty("VERSION_CODE")?.toString()?.toInt() ?: 44
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