Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
b-lam committed Jul 28, 2020
1 parent 1b50744 commit cf5917c
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 @@ -17,8 +17,8 @@ android {
applicationId 'com.b_lam.resplash'
minSdkVersion 21
targetSdkVersion 29
versionCode 44
versionName '3.2.1'
versionCode 45
versionName '3.2.2'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField("String", "RELEASE_APP_ID", localProperties['releaseAppId'])
buildConfigField("String", "RELEASE_SECRET", localProperties['releaseSecret'])
Expand Down

0 comments on commit cf5917c

Please sign in to comment.