Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 0a8e3ba

Browse files
author
tacticalDevC
authored
Merge pull request #27 from tacticalDevC/future
Missing versionCode and versionName
2 parents a727ef5 + 42a0862 commit 0a8e3ba

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
@@ -6,9 +6,9 @@ android {
66
applicationId "at.tacticaldevc.panictrigger"
77
minSdkVersion 23
88
targetSdkVersion 28
9-
versionName 'v0.4-4'
9+
versionName 'v0.5'
1010
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
11-
versionCode 9
11+
versionCode 10
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)