Skip to content

Commit 13046fe

Browse files
Update version to RC2_5.0.0
1 parent b8a5bec commit 13046fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
RC_5.0.0
1+
RC2_5.0.0

android/sdl_android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
defaultConfig {
66
minSdkVersion 16
77
targetSdkVersion 29
8-
versionCode 15
8+
versionCode 16
99
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
1010
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
1111
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'

javaSE/javaSE/src/main/java/com/smartdevicelink/BuildConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232

3333
// THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
3434
public final class BuildConfig {
35-
public static final String VERSION_NAME = "RC_5.0.0";
35+
public static final String VERSION_NAME = "RC2_5.0.0";
3636
}

0 commit comments

Comments
 (0)