Skip to content

Commit

Permalink
Merge pull request #23 from SmartDeviceLink-Examples/Updates_5.1
Browse files Browse the repository at this point in the history
Update Mobile weather app to latest sdl release 5.1
  • Loading branch information
Robert Henigan authored Apr 20, 2021
2 parents 987b05b + 9bbded3 commit c5ec159
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 331 deletions.
6 changes: 6 additions & 0 deletions MobileWeather/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/misc.xml
/.idea/jarRepositories.xml
/.idea/gradle.xml
/.idea/compiler.xml
/.idea/vcs.xml
/.idea/caches/build_file_checksums.ser
.DS_Store
/build
/captures
Expand Down
62 changes: 0 additions & 62 deletions MobileWeather/.idea/assetWizardSettings.xml

This file was deleted.

Binary file removed MobileWeather/.idea/caches/build_file_checksums.ser
Binary file not shown.
Binary file removed MobileWeather/.idea/caches/gradle_models.ser
Binary file not shown.
113 changes: 0 additions & 113 deletions MobileWeather/.idea/codeStyles/Project.xml

This file was deleted.

4 changes: 0 additions & 4 deletions MobileWeather/.idea/encodings.xml

This file was deleted.

21 changes: 0 additions & 21 deletions MobileWeather/.idea/gradle.xml

This file was deleted.

34 changes: 0 additions & 34 deletions MobileWeather/.idea/misc.xml

This file was deleted.

12 changes: 0 additions & 12 deletions MobileWeather/.idea/runConfigurations.xml

This file was deleted.

6 changes: 0 additions & 6 deletions MobileWeather/.idea/vcs.xml

This file was deleted.

3 changes: 1 addition & 2 deletions MobileWeather/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
// implementation 'com.smartdevicelink:sdl_android:4.+'
implementation 'com.smartdevicelink:sdl_android:5.0.0'
implementation 'com.smartdevicelink:sdl_android:5.1.0'
implementation 'net.hockeyapp.android:HockeySDK:5.1.0'
implementation 'com.google.android.gms:play-services-location:16.0.0'
}
Loading

0 comments on commit c5ec159

Please sign in to comment.