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 87076e9 commit a792929Copy full SHA for a792929
app/build.gradle.kts
@@ -1,9 +1,9 @@
1
import com.android.build.gradle.internal.api.BaseVariantOutputImpl
2
3
@Suppress("PropertyName")
4
-val VERSION_NAME="3.2.1"
+val VERSION_NAME="3.3.0"
5
6
-val VERSION_CODE=27
+val VERSION_CODE=28
7
val useFpProDebugVersion =
8
false // switch to true when needed to debug the locally built library
9
val fingerprintProLib = if (useFpProDebugVersion) libs.fingerprint.pro.debug else libs.fingerprint.pro.asProvider()
0 commit comments