Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
b-lam committed Oct 31, 2021
1 parent fd678ba commit 50911c2
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 31
versionCode 55
versionName '3.3.4'
versionCode 56
versionName '3.3.5'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField("String", "RELEASE_APP_ID", localProperties['releaseAppId'])
buildConfigField("String", "RELEASE_SECRET", localProperties['releaseSecret'])
Expand Down

0 comments on commit 50911c2

Please sign in to comment.