Explorar el Código

Merge pull request #10649 from german77/version

android: Set version code
Morph hace 3 años
padre
commit
4c9769d7ea
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/android/app/build.gradle.kts

+ 1 - 0
src/android/app/build.gradle.kts

@@ -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 {