summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2018-10-23 16:42:57 -0400
committerJoey Grover <joeygrover@gmail.com>2018-10-23 16:42:57 -0400
commit5deb3a39be7d52c0e2bb81122fcc64994871d4ff (patch)
treeeae7dd8baa38dbcb9da586b07e2376db3a84651f
parent3798e920be63df4e058b5affcf28b052be3d2c66 (diff)
downloadsdl_android-5deb3a39be7d52c0e2bb81122fcc64994871d4ff.tar.gz
Update gradle to hotfix version
-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 e7bdc512a..cf30f790f 100644
--- a/sdl_android/build.gradle
+++ b/sdl_android/build.gradle
@@ -5,8 +5,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 26
- versionCode 8
- versionName "4.7.0"
+ versionCode 9
+ versionName "4.7.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
}