Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
* versionCode 113 is being used for v2.5.5, which is a hotfix release straight to production to re-enable the trip planner.  Therefore, this new beta release uses versionCode 114, as it will eventually become the next production release.
  • Loading branch information
barbeau committed Sep 24, 2019
1 parent 0679372 commit 778602e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onebusaway-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 26
versionCode 112
versionName "2.6.5"
versionCode 114
versionName "2.6.6"

multiDexEnabled true

Expand Down

0 comments on commit 778602e

Please sign in to comment.