summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2023-06-06 21:11:54 +0200
committerGitHub <noreply@github.com>2023-06-06 21:11:54 +0200
commit4c9769d7ea2df91ff4bc830738e140821312f91a (patch)
tree925dd38cb161bf32c980b0b6ff9f3a7465bac072
parentMerge pull request #10643 from 8bitDream/gradle-config (diff)
parentandroid: Set version code (diff)
downloadyuzu-4c9769d7ea2df91ff4bc830738e140821312f91a.tar
yuzu-4c9769d7ea2df91ff4bc830738e140821312f91a.tar.gz
yuzu-4c9769d7ea2df91ff4bc830738e140821312f91a.tar.bz2
yuzu-4c9769d7ea2df91ff4bc830738e140821312f91a.tar.lz
yuzu-4c9769d7ea2df91ff4bc830738e140821312f91a.tar.xz
yuzu-4c9769d7ea2df91ff4bc830738e140821312f91a.tar.zst
yuzu-4c9769d7ea2df91ff4bc830738e140821312f91a.zip
-rw-r--r--src/android/app/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index 06f22fabe..13bb227ff 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -57,6 +57,7 @@ android {
applicationId = "org.yuzu.yuzu_emu"
minSdk = 30
targetSdk = 33
+ versionCode = 1
versionName = getGitVersion()
ndk {