Skip to content

Commit 578184b

Browse files
committed
Bump version number
Release version 2.2 Signed-off-by: Ralf Ramsauer <[email protected]>
1 parent 3f9c24a commit 578184b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "de.binary_kitchen.doorlock_app"
88
minSdkVersion 21
99
targetSdkVersion 28
10-
versionCode 4
11-
versionName "2.1.1"
10+
versionCode 5
11+
versionName "2.2"
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
}
1414
signingConfigs {
@@ -48,4 +48,4 @@ play{
4848
jsonFile = file('google_api_key.json')
4949
track = 'production'
5050
uploadImages = true
51-
}
51+
}

0 commit comments

Comments
 (0)