diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 474a3486d..e765720b1 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -47,7 +47,7 @@ android { applicationId = "org.yuzu.yuzu_emu" minSdk = 30 targetSdk = 33 - versionCode = autoVersion + versionCode = 1 versionName = getVersion() ndk {