summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2018-03-12 15:48:41 -0400
committerJoey Grover <joeygrover@gmail.com>2018-03-12 15:48:41 -0400
commitf26cfd060dc357d5c4fee40e73728d4b50b7e886 (patch)
treea04d9b4f39870cddd78e6b826443be6dd35a11b0
parent0bf0067c0e8b0f15a211705f7bc35ed20463c76e (diff)
downloadsdl_android-f26cfd060dc357d5c4fee40e73728d4b50b7e886.tar.gz
Update version code4.5.0-RC1
-rw-r--r--sdl_android/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdl_android/build.gradle b/sdl_android/build.gradle
index 9ffc17410..7fe3aa776 100644
--- a/sdl_android/build.gradle
+++ b/sdl_android/build.gradle
@@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 19
- versionCode 2
- versionName "4.3.1"
+ versionCode 3
+ versionName "4.5.0-RC1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
}