[go: up one dir, main page]

Skip to content

Commit

Permalink
Bump version (3.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-lam committed Feb 12, 2023
1 parent 026cc57 commit 4b71c87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ localProperties.load(new FileInputStream(rootProject.file("local.properties")))

android {
compileSdkVersion 33
buildToolsVersion '30.0.3'
buildToolsVersion '33.0.1'
defaultConfig {
applicationId 'com.b_lam.resplash'
minSdkVersion 21
targetSdkVersion 33
versionCode 58
versionName '3.3.7'
versionCode 59
versionName '3.4.0'
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField("String", "RELEASE_APP_ID", localProperties['releaseAppId'])
buildConfigField("String", "RELEASE_SECRET", localProperties['releaseSecret'])
Expand Down

0 comments on commit 4b71c87

Please sign in to comment.