We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8187de0 commit d20d7c4Copy full SHA for d20d7c4
sdl_android/build.gradle
@@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
2
3
android {
4
compileSdkVersion 26
5
- buildToolsVersion "25.0.2"
+ buildToolsVersion "25.0.3"
6
defaultConfig {
7
minSdkVersion 8
8
targetSdkVersion 19
9
versionCode 3
10
- versionName "RC2-4.5.0"
+ versionName "4.5.0"
11
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
12
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
13
}
0 commit comments