Skip to content

Commit 7094f6f

Browse files
committedMar 8, 2022
Update name and version code
1 parent 2815655 commit 7094f6f

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.3.1
1+
RC_5.4.0

‎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 21
8+
versionCode 22
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.3.1";
35+
public static final String VERSION_NAME = "RC_5.4.0";
3636
}

0 commit comments

Comments
 (0)
Please sign in to comment.