summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2018-03-22 17:24:10 -0400
committerJoey Grover <joeygrover@gmail.com>2018-03-22 17:24:10 -0400
commit7651556d557926cf7314066ed6986ee9a367df8c (patch)
tree640c492ee41c8d11d86da345a5a16946e061800d
parenta8c12c8bb3ff4150daa85769c0e87b3b4c3f2a0b (diff)
downloadsdl_android-7651556d557926cf7314066ed6986ee9a367df8c.tar.gz
Update gradle version name4.5.0-RC2
-rw-r--r--sdl_android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl_android/build.gradle b/sdl_android/build.gradle
index 7fe3aa776..da70c5f4a 100644
--- a/sdl_android/build.gradle
+++ b/sdl_android/build.gradle
@@ -7,7 +7,7 @@ android {
minSdkVersion 8
targetSdkVersion 19
versionCode 3
- versionName "4.5.0-RC1"
+ versionName "RC2-4.5.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
}