We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 817ed14 commit 4b922f6Copy full SHA for 4b922f6
app/build.gradle.kts
@@ -9,9 +9,9 @@ val local = Properties().apply {
9
}
10
11
@Suppress("PropertyName")
12
-val VERSION_NAME="3.4.0"
+val VERSION_NAME="3.5.0"
13
14
-val VERSION_CODE=36
+val VERSION_CODE=39
15
val useFpProDebugVersion =
16
false // switch to true when needed to debug the locally built library
17
val fingerprintProLib = if (useFpProDebugVersion) libs.fingerprint.pro.debug else libs.fingerprint.pro.asProvider()
0 commit comments