Skip to content

Commit 818b70e

Browse files
Update version to RC1-4.11.0
1 parent 9c52761 commit 818b70e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.10.1
1+
RC1-4.11.0

android/sdl_android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
defaultConfig {
88
minSdkVersion 8
99
targetSdkVersion 29
10-
versionCode 11
10+
versionCode 12
1111
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1313
resValue "string", "SDL_LIB_VERSION", '\"' + versionName + '\"'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017 - 2019, SmartDeviceLink Consortium, Inc.
2+
* Copyright (c) 2017 - 2020, SmartDeviceLink Consortium, Inc.
33
* All rights reserved.
44
*
55
* Redistribution and use in source and binary forms, with or without
@@ -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 = "4.10.1";
35+
public static final String VERSION_NAME = "RC1-4.11.0";
3636
}

0 commit comments

Comments
 (0)