android: Set version code

This commit is contained in:
Narr the Reg 2023-06-06 12:13:30 -06:00
parent d967ab8e79
commit 4d61319307
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ android {
applicationId = "org.yuzu.yuzu_emu"
minSdk = 30
targetSdk = 33
versionCode = 1
versionName = getGitVersion()
ndk {