1
0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2025-04-08 17:30:08 +00:00

Merge pull request from german77/version

android: Set version code
This commit is contained in:
Morph 2023-06-06 15:11:54 -04:00 committed by GitHub
commit 4c9769d7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -57,6 +57,7 @@ android {
applicationId = "org.yuzu.yuzu_emu"
minSdk = 30
targetSdk = 33
versionCode = 1
versionName = getGitVersion()
ndk {