summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2018-10-19 11:04:27 -0400
committerJoey Grover <joeygrover@gmail.com>2018-10-19 11:04:27 -0400
commitc5783315e57de4f7e3db55b5e5954f7683f7aad4 (patch)
tree15a56a579d31d0557f8f6d4c73b43ba785262d6d
parent3e18e39f82c05bd0374d48e815dbdbe95e09a94c (diff)
downloadsdl_android-c5783315e57de4f7e3db55b5e5954f7683f7aad4.tar.gz
Correctly name version
-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 286fcf495..e7bdc512a 100644
--- a/sdl_android/build.gradle
+++ b/sdl_android/build.gradle
@@ -6,7 +6,7 @@ android {
minSdkVersion 8
targetSdkVersion 26
versionCode 8
- versionName "RC2-4.7.0"
+ versionName "4.7.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
}