Skip to content

Commit c53583a

Browse files
committed
Update Version name and version code for 5.5.0_RC
1 parent a0e3890 commit c53583a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.4.0
1+
5.5.0_RC

android/sdl_android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android {
55
defaultConfig {
66
minSdkVersion 16
77
targetSdkVersion 31
8-
versionCode 22
8+
versionCode 23
99
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
1010
buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"'
1111
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'

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

+1-1
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 = "5.4.0";
35+
public static final String VERSION_NAME = "5.5.0_RC";
3636
}

0 commit comments

Comments
 (0)