Skip to content

Commit

Permalink
android.defaultConfig.versionCode is set to 0, but it should be a pos…
Browse files Browse the repository at this point in the history
…itive integer.
  • Loading branch information
zaheeraws committed Feb 5, 2023
1 parent ead63de commit c36aec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
applicationId "nl.rogro82.pipup"
minSdkVersion 24
targetSdkVersion 31
versionCode 0
versionCode 1
versionName "1"
}
buildTypes {
Expand Down

0 comments on commit c36aec1

Please sign in to comment.