Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
b-lam committed May 31, 2021
1 parent 9b1be0b commit 0c7658b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -17,8 +17,8 @@ android {
applicationId 'com.b_lam.resplash'
minSdkVersion 21
targetSdkVersion 30
versionCode 52
versionName '3.3.1'
versionCode 53
versionName '3.3.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 0c7658b

Please sign in to comment.