diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2023-06-06 21:11:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 21:11:54 +0200 |
commit | 4c9769d7ea2df91ff4bc830738e140821312f91a (patch) | |
tree | 925dd38cb161bf32c980b0b6ff9f3a7465bac072 /src | |
parent | Merge pull request #10643 from 8bitDream/gradle-config (diff) | |
parent | android: Set version code (diff) | |
download | yuzu-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 |
Diffstat (limited to 'src')
-rw-r--r-- | src/android/app/build.gradle.kts | 1 |
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 { |