summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2018-10-05 13:56:12 -0400
committerJoey Grover <joeygrover@gmail.com>2018-10-05 13:56:12 -0400
commit0f8e49731c799b997c140f0d43edeb2228ae91f8 (patch)
tree52e4d37d63197a4a2ee9798544d779fc041fa5f8
parentcc32c0296555df6c14536bcef531839588b4a99c (diff)
downloadsdl_android-0f8e49731c799b997c140f0d43edeb2228ae91f8.tar.gz
Increase RC version4.7.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 152ece995..286fcf495 100644
--- a/sdl_android/build.gradle
+++ b/sdl_android/build.gradle
@@ -6,7 +6,7 @@ android {
minSdkVersion 8
targetSdkVersion 26
versionCode 8
- versionName "RC1-4.7.0"
+ versionName "RC2-4.7.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
}