Skip to content

Commit

Permalink
Update version name to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
amirzaidi committed May 19, 2019
1 parent 63bd21b commit a031d37
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,8 +6,8 @@ android {
applicationId "amirz.aidlbridge"
minSdkVersion 21
targetSdkVersion 28
versionCode 2
versionName "v2"
versionCode 3
versionName "v" + versionCode
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit a031d37

Please sign in to comment.