Skip to content

Commit 5ffe3b0

Browse files
chore(android): update versionCode to 11 in build.gradle
1 parent 74b6faa commit 5ffe3b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
applicationId "app.botschat.console"
1414
minSdkVersion rootProject.ext.minSdkVersion
1515
targetSdkVersion rootProject.ext.targetSdkVersion
16-
versionCode 1
16+
versionCode 11
1717
versionName "1.0"
1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
aaptOptions {

0 commit comments

Comments
 (0)