1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-30 07:56:32 -05:00

Merge pull request #10649 from german77/version

android: Set version code
This commit is contained in:
Morph
2023-06-06 15:11:54 -04:00
committed by GitHub

View File

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