Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 60cb3ef

Browse files
committed
Merge pull request #44 from beaufortfrancois/bumpVersionCode
Bumped app versionCode
2 parents 21e747e + 5f04191 commit 60cb3ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "io.github.webbluetoothcg.bletestperipheral"
99
minSdkVersion 21
1010
targetSdkVersion 22
11-
versionCode 2
12-
versionName "2.0"
11+
versionCode 3
12+
versionName "3.0"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)