Skip to content

Commit a792929

Browse files
Bump app version
1 parent 87076e9 commit a792929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import com.android.build.gradle.internal.api.BaseVariantOutputImpl
22

33
@Suppress("PropertyName")
4-
val VERSION_NAME="3.2.1"
4+
val VERSION_NAME="3.3.0"
55
@Suppress("PropertyName")
6-
val VERSION_CODE=27
6+
val VERSION_CODE=28
77
val useFpProDebugVersion =
88
false // switch to true when needed to debug the locally built library
99
val fingerprintProLib = if (useFpProDebugVersion) libs.fingerprint.pro.debug else libs.fingerprint.pro.asProvider()

0 commit comments

Comments
 (0)