Skip to content
This repository was archived by the owner on Jun 5, 2022. It is now read-only.

Commit bfc7c03

Browse files
committed
Dependency updates
- Update dependencies, firebase-core is no longer required when not using analytics - License update to include Apache Commons Text notice text
1 parent aa9191c commit bfc7c03

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

app/build.gradle

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,16 @@ dependencies {
6161

6262
implementation 'com.google.android.gms:play-services-location:17.0.0'
6363

64-
implementation 'com.google.firebase:firebase-core:17.2.2'
6564
implementation 'com.google.firebase:firebase-messaging:20.1.0'
6665

67-
implementation 'androidx.work:work-runtime:2.2.0'
68-
implementation 'androidx.work:work-gcm:2.2.0'
66+
implementation 'androidx.work:work-runtime:2.3.0'
67+
implementation 'androidx.work:work-gcm:2.3.0'
6968

70-
implementation 'org.apache.commons:commons-text:1.6'
69+
implementation 'org.apache.commons:commons-text:1.8'
7170

7271
implementation 'com.google.code.gson:gson:2.8.6'
73-
implementation 'com.squareup.retrofit2:retrofit:2.6.2'
74-
implementation 'com.squareup.retrofit2:converter-gson:2.6.2'
72+
implementation 'com.squareup.retrofit2:retrofit:2.7.1'
73+
implementation 'com.squareup.retrofit2:converter-gson:2.7.1'
7574

7675
debugImplementation 'com.facebook.stetho:stetho:1.5.1'
7776
debugImplementation 'com.facebook.stetho:stetho-okhttp3:1.5.1'

app/src/main/res/layout/fragment_settings_licenses.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
android:layout_width="match_parent"
3737
android:layout_height="wrap_content"
3838
app:licenseTitle="Apache Commons Text"
39-
app:licenseNotice="Copyright 2014-2017 The Apache Software Foundation"
39+
app:licenseNotice="Copyright 2014-2019 The Apache Software Foundation\n\nThis product includes software developed at The Apache Software Foundation (https://www.apache.org/)"
4040
app:licenseLicense="@string/license_apache" />
4141

4242
<nl.jpelgrm.movienotifier.ui.view.LicenseTextView

0 commit comments

Comments
 (0)