Skip to content

Commit

Permalink
Merge pull request #21 from livio/updates_5.5
Browse files Browse the repository at this point in the history
5.5.0 sdl updates
  • Loading branch information
JulianKast authored Jun 30, 2022
2 parents 5a9b351 + 48dafc2 commit 07e33de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SdlStreaming/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.smartdevicelink:sdl_android:5.4.0'
implementation 'com.smartdevicelink:sdl_android:5.5.0'
api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
api 'androidx.annotation:annotation:1.1.0'
annotationProcessor 'androidx.lifecycle:lifecycle-compiler:2.2.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
import androidx.annotation.NonNull;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;

import com.smartdevicelink.sdlstreaming.sdl.SdlReceiver;
import com.smartdevicelink.transport.SdlBroadcastReceiver;

/**
Expand Down

0 comments on commit 07e33de

Please sign in to comment.