Skip to content

Commit

Permalink
Bump to the version code 3 because I have already upload the version …
Browse files Browse the repository at this point in the history
…2 to the play store to enable the in-app purchases. Mistake were made ~
  • Loading branch information
vbarthel-fr committed Feb 25, 2015
1 parent 3c53ae3 commit 9fb43ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CameraColorPicker/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ android {

productFlavors {
googleplay {
versionCode 2
versionName "gp-0.0.2"
versionCode 3
versionName "gp-0.0.3"
}

foss {
versionCode 2
versionName "foss-0.0.2"
versionCode 3
versionName "foss-0.0.3"
}
}
}
Expand Down

0 comments on commit 9fb43ea

Please sign in to comment.