Skip to content

Commit

Permalink
Merge pull request #7 from smartdevicelink/release/1.1.0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
JulianKast authored Apr 30, 2020
2 parents ef17890 + 684eac7 commit dea692b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 1.1.0 Release Notes

## Enhancements

- Update the included Sdl Java Suite module version to 4.11.0
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2017 - 2019, SmartDeviceLink Consortium, Inc.
Copyright (c) 2017 - 2020, SmartDeviceLink Consortium, Inc.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 3 additions & 3 deletions SdlSecurity/sdl_security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 26
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1.0"

ndk {
moduleName "ssl"
Expand All @@ -35,5 +35,5 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api 'com.android.support:appcompat-v7:28.0.0'
api 'com.smartdevicelink:sdl_android:4.10.0'
api 'com.smartdevicelink:sdl_android:4.11.0'
}
4 changes: 2 additions & 2 deletions SdlSecurity/sdl_security_se/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java-library'

group 'com.smartdevicelink'
version '1.0'
version '1.1.0'

sourceCompatibility = 1.7

Expand All @@ -13,7 +13,7 @@ configurations {

dependencies {
extraLibs fileTree(dir: 'libs', include: ['*.jar'])
extraLibs 'smartdevicelink:sdl_java_se:4.10.0'
extraLibs 'com.smartdevicelink:sdl_java_se:4.11.0'
configurations.api.extendsFrom(configurations.extraLibs)
}

Expand Down

0 comments on commit dea692b

Please sign in to comment.