Skip to content

Commit 3b2fcb4

Browse files
committed
build: fix Android versionCode to 442
Signed-off-by: Bofu Chen (bafu) <[email protected]>
1 parent b1a827b commit 3b2fcb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
applicationId "io.numbersprotocol.capturelite"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 441
9+
versionCode 442
1010
versionName "0.65.0"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
}

0 commit comments

Comments
 (0)