summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Charles Lombardo2023-04-26 13:59:54 -0400
committerGravatar bunnei2023-06-03 00:05:55 -0700
commit61e0042633952a6c5d63a1d658a8a3c89e7c4ae9 (patch)
treea44f40795ce0f017d950992fe98324c63c2df889
parentandroid: Fix alignment of SwipeRefreshLayout (diff)
downloadyuzu-61e0042633952a6c5d63a1d658a8a3c89e7c4ae9.tar.gz
yuzu-61e0042633952a6c5d63a1d658a8a3c89e7c4ae9.tar.xz
yuzu-61e0042633952a6c5d63a1d658a8a3c89e7c4ae9.zip
android: Temporarily switch for a fixed version code for testing
-rw-r--r--src/android/app/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts
index 474a3486d..e765720b1 100644
--- a/src/android/app/build.gradle.kts
+++ b/src/android/app/build.gradle.kts
@@ -47,7 +47,7 @@ android {
47 applicationId = "org.yuzu.yuzu_emu" 47 applicationId = "org.yuzu.yuzu_emu"
48 minSdk = 30 48 minSdk = 30
49 targetSdk = 33 49 targetSdk = 33
50 versionCode = autoVersion 50 versionCode = 1
51 versionName = getVersion() 51 versionName = getVersion()
52 52
53 ndk { 53 ndk {