Skip to content

Commit 3522038

Browse files
committed
Android: build: bump minor version
1 parent a5db0d1 commit 3522038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.coboltforge.dontmind.multivnc"
1111
minSdkVersion 21
1212
targetSdkVersion 34
13-
versionCode 101
14-
versionName "2.1.8"
13+
versionCode 102
14+
versionName "2.2.0"
1515
externalNativeBuild {
1616
cmake {
1717
// specify explicit target list to exclude examples, tests, utils. etc from used libraries

0 commit comments

Comments
 (0)