We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7147578 + c9363ed commit fc73da0Copy full SHA for fc73da0
3 files changed
VERSION
@@ -1 +1 @@
1
-RC1-4.10
+RC3-4.10.0
android/sdl_android/build.gradle
@@ -6,7 +6,7 @@ android {
6
compileSdkVersion 28
7
defaultConfig {
8
minSdkVersion 8
9
- targetSdkVersion 26
+ targetSdkVersion 28
10
versionCode 11
11
versionName new File(projectDir.path, ('/../../VERSION')).text.trim()
12
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
javaSE/src/main/java/com/smartdevicelink/BuildConfig.java
@@ -32,5 +32,5 @@
32
33
// THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
34
public final class BuildConfig {
35
- public static final String VERSION_NAME = "4.9.1";
+ public static final String VERSION_NAME = "RC3-4.10.0";
36
}
0 commit comments