From c53583aced67b3db184b92a0159bc060ec0ce4e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJKAST=E2=80=9D?= Date: Tue, 21 Jun 2022 12:44:20 -0400 Subject: Update Version name and version code for 5.5.0_RC --- android/sdl_android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android') diff --git a/android/sdl_android/build.gradle b/android/sdl_android/build.gradle index 4f2548737..b0072a6fd 100644 --- a/android/sdl_android/build.gradle +++ b/android/sdl_android/build.gradle @@ -5,7 +5,7 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 31 - versionCode 22 + versionCode 23 versionName new File(projectDir.path, ('/../../VERSION')).text.trim() buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"' resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"' -- cgit v1.2.1