early-access version 3644

This commit is contained in:
pineappleEA 2023-06-06 23:45:25 +02:00
parent 664ac7a500
commit 921fde855f
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
yuzu emulator early access
=============
This is the source code for early-access 3643.
This is the source code for early-access 3644.
## Legal Notice

View File

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