Skip to content

Commit 34c7d06

Browse files
HeniganHenigan
authored andcommitted
Update Version names and codes
1 parent a817f96 commit 34c7d06

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-
RC3_5.0.0
1+
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 16
8+
versionCode 17
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 = "RC3_5.0.0";
35+
public static final String VERSION_NAME = "5.0.0";
3636
}

0 commit comments

Comments
 (0)