Skip to content

Commit d20d7c4

Browse files
committed
Update to build.gradle for 4.5.0 release
1 parent 8187de0 commit d20d7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdl_android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion "25.0.2"
5+
buildToolsVersion "25.0.3"
66
defaultConfig {
77
minSdkVersion 8
88
targetSdkVersion 19
99
versionCode 3
10-
versionName "RC2-4.5.0"
10+
versionName "4.5.0"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
1313
}

0 commit comments

Comments
 (0)