We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7345d commit a7dea5fCopy full SHA for a7dea5f
sdl_android/build.gradle
@@ -5,8 +5,8 @@ android {
5
defaultConfig {
6
minSdkVersion 8
7
targetSdkVersion 19
8
- versionCode 4
9
- versionName "RC_4.6.0"
+ versionCode 5
+ versionName "4.6.1"
10
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
11
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'
12
}
0 commit comments