Skip to content

Commit

Permalink
build(android): set version code fallback value to positive integer
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Jan 15, 2022
1 parent 46653fb commit c963c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionName getProjectProperty('version.name', '0.0.0')
versionCode getProjectProperty('version.code', '0') as Integer
versionCode getProjectProperty('version.code', '1') as Integer
}
splits {
abi {
Expand Down

0 comments on commit c963c58

Please sign in to comment.