Browse Source
Merge pull request #10649 from german77/version
android: Set version code
pull/15/merge
Morph
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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 { |
|
|
|
|