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

Commit

Permalink
Merge pull request #27 from tacticalDevC/future
Browse files Browse the repository at this point in the history
Missing versionCode and versionName
  • Loading branch information
tacticalDevC authored Jun 24, 2019
2 parents a727ef5 + 42a0862 commit 0a8e3ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ android {
applicationId "at.tacticaldevc.panictrigger"
minSdkVersion 23
targetSdkVersion 28
versionName 'v0.4-4'
versionName 'v0.5'
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 9
versionCode 10
}
buildTypes {
release {
Expand Down

0 comments on commit 0a8e3ba

Please sign in to comment.