mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-29 12:32:47 +00: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')
|
logger.error('Cannot find git, defaulting to dummy version number')
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user