Skip to content

Commit 2ed0f0e

Browse files
Robert HeniganHenigan
andauthored
Update version information (#1670)
Co-authored-by: Henigan <rheniga1@MGC12Z921DLVCG.fbpld77.ford.com>
1 parent 462a031 commit 2ed0f0e

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.1.1

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 30
8-
versionCode 18
8+
versionCode 19
99
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
1010
buildConfigField "String", "VERSION_NAME", '\"' + versionName + '\"'
1111
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'

android/sdl_android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.smartdevicelink
22
POM_ARTIFACT_ID=sdl_android
3-
VERSION_NAME=5.1.0
3+
VERSION_NAME=5.1.1
44

55
POM_NAME=sdl_android
66
POM_PACKAGING=aar

javaEE/javaEE/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.smartdevicelink
22
POM_ARTIFACT_ID=sdl_java_ee
3-
VERSION_NAME=5.1.0
3+
VERSION_NAME=5.1.1
44

55
POM_NAME=sdl_java_ee
66
POM_PACKAGING=jar

javaSE/javaSE/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.smartdevicelink
22
POM_ARTIFACT_ID=sdl_java_se
3-
VERSION_NAME=5.1.0
3+
VERSION_NAME=5.1.1
44

55
POM_NAME=sdl_java_se
66
POM_PACKAGING=jar

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 = "5.1.0";
35+
public static final String VERSION_NAME = "5.1.1";
3636
}

0 commit comments

Comments
 (0)