mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Fix versionCode
ERROR: android.defaultConfig.versionCode is set to 0, but it should be a positive integer. See https://developer.android.com/studio/publish/versioning#appversioning for more information. Affected Modules: app
This commit is contained in:
parent
a52b8759ff
commit
109108d3f6
@ -123,5 +123,5 @@ def getBuildVersionCode() {
|
||||
logger.error('Cannot find git, defaulting to dummy version number')
|
||||
}
|
||||
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user