Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf4b1 committed Apr 7, 2023
1 parent a950c59 commit de35015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spotify/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 33
versionCode 1
versionName "0.1"
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
versionCode 2
versionName "0.2"
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}

buildTypes {
Expand Down

0 comments on commit de35015

Please sign in to comment.