mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 14:05:41 +01:00
android: Set version code
This commit is contained in:
parent
d967ab8e79
commit
4d61319307
@ -57,6 +57,7 @@ android {
|
|||||||
applicationId = "org.yuzu.yuzu_emu"
|
applicationId = "org.yuzu.yuzu_emu"
|
||||||
minSdk = 30
|
minSdk = 30
|
||||||
targetSdk = 33
|
targetSdk = 33
|
||||||
|
versionCode = 1
|
||||||
versionName = getGitVersion()
|
versionName = getGitVersion()
|
||||||
|
|
||||||
ndk {
|
ndk {
|
||||||
|
Loading…
Reference in New Issue
Block a user