Skip to content

Commit

Permalink
Bump version to 3.0 RC 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbailey committed Jul 7, 2019
1 parent df3d52e commit 1704448
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 @@ -37,8 +37,8 @@ android {
applicationId "com.marverenic.music"
minSdkVersion 16
targetSdkVersion rootProject.targetSdkVersion
versionCode 40325
versionName "3.0 RC 1"
versionCode 40326
versionName "3.0 RC 2"
resConfigs "en", "es", "nl"

buildConfigField 'String', 'BUGSNAG_API_KEY', "\"${secrets.getProperty('bugsnagKey', 'null')}\""
Expand Down

0 comments on commit 1704448

Please sign in to comment.