Skip to content

Commit fc73da0

Browse files
authored
Merge pull request #1208 from smartdevicelink/feature/target_api_28
Set targetSdkVersion to 28
2 parents 7147578 + c9363ed commit fc73da0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
RC1-4.10
1+
RC3-4.10.0

android/sdl_android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
compileSdkVersion 28
77
defaultConfig {
88
minSdkVersion 8
9-
targetSdkVersion 26
9+
targetSdkVersion 28
1010
versionCode 11
1111
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
1212
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

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

0 commit comments

Comments
 (0)