Skip to content

Commit

Permalink
Bumped version number for tagging #PLAY_BETA
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed Nov 9, 2019
1 parent 1eab24e commit 7cb2a5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ android {
targetSdkVersion targetSdkVer

// When updating these, remember to update the vars in the root build.gradle
versionName "0.4.5"
versionCode 19
versionName "0.4.5.2"
versionCode 20

archivesBaseName = "AndroidNetworkTools"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ subprojects {
ext.supportLibVer = "27.1.1"

// When updating these, remember to update the vars in app/build.gradle (for FDroid comptability)
ext.appVersionName = "0.4.5"
ext.appVersionCode = 19
ext.appVersionName = "0.4.5.2"
ext.appVersionCode = 20
}

0 comments on commit 7cb2a5a

Please sign in to comment.