android: Temporarily switch for a fixed version code for testing

This commit is contained in:
Charles Lombardo
2023-04-26 13:59:54 -04:00
committed by bunnei
parent ea50ecc0d8
commit b950e76368
+1 -1
View File
@@ -47,7 +47,7 @@ android {
applicationId = "org.yuzu.yuzu_emu"
minSdk = 30
targetSdk = 33
versionCode = autoVersion
versionCode = 1
versionName = getVersion()
ndk {