[Gradle] Remove unused dependencies.

This commit is contained in:
Kuba Szczodrzyński 2021-03-21 22:42:37 +01:00
parent cf4aa552e7
commit 85379b0beb
3 changed files with 0 additions and 18 deletions

View File

@ -84,7 +84,6 @@ dependencies {
implementation "androidx.cardview:cardview:1.0.0" implementation "androidx.cardview:cardview:1.0.0"
implementation "androidx.constraintlayout:constraintlayout:2.0.4" implementation "androidx.constraintlayout:constraintlayout:2.0.4"
implementation "androidx.core:core-ktx:1.3.2" implementation "androidx.core:core-ktx:1.3.2"
implementation "androidx.gridlayout:gridlayout:1.0.0"
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.3.0" implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.3.0"
implementation "androidx.navigation:navigation-fragment-ktx:2.3.4" implementation "androidx.navigation:navigation-fragment-ktx:2.3.4"
implementation "androidx.recyclerview:recyclerview:1.1.0" implementation "androidx.recyclerview:recyclerview:1.1.0"
@ -138,7 +137,6 @@ dependencies {
implementation "com.afollestad.material-dialogs:core:0.9.6.0" implementation "com.afollestad.material-dialogs:core:0.9.6.0"
implementation "com.applandeo:material-calendar-view:1.5.0" implementation "com.applandeo:material-calendar-view:1.5.0"
implementation "com.daimajia.swipelayout:library:1.2.0@aar" implementation "com.daimajia.swipelayout:library:1.2.0@aar"
implementation "com.evernote:android-job:1.4.2"
implementation "com.github.antonKozyriatskyi:CircularProgressIndicator:1.2.2" implementation "com.github.antonKozyriatskyi:CircularProgressIndicator:1.2.2"
implementation "com.github.bassaer:chatmessageview:2.0.1" implementation "com.github.bassaer:chatmessageview:2.0.1"
implementation "com.github.ChuckerTeam.Chucker:library:3.0.1" implementation "com.github.ChuckerTeam.Chucker:library:3.0.1"
@ -158,8 +156,6 @@ dependencies {
implementation "me.leolin:ShortcutBadger:1.1.22@aar" implementation "me.leolin:ShortcutBadger:1.1.22@aar"
implementation "org.greenrobot:eventbus:3.2.0" implementation "org.greenrobot:eventbus:3.2.0"
implementation "pl.droidsonroids.gif:android-gif-drawable:1.2.15" implementation "pl.droidsonroids.gif:android-gif-drawable:1.2.15"
implementation "uk.co.samuelwall:material-tap-target-prompt:2.14.0"
implementation("com.github.ozodrukh:CircularReveal:2.0.1@aar") {transitive = true}
// Debug-only dependencies // Debug-only dependencies
debugImplementation "com.amitshekhar.android:debug-db:1.0.5" debugImplementation "com.amitshekhar.android:debug-db:1.0.5"

View File

@ -79,12 +79,6 @@ class SettingsLicenseActivity : MaterialAboutActivity() {
"Applandeo sp. z o.o.", "Applandeo sp. z o.o.",
OpenSourceLicense.APACHE_2, OpenSourceLicense.APACHE_2,
"https://github.com/Applandeo/Material-Calendar-View/"), "https://github.com/Applandeo/Material-Calendar-View/"),
createLicenseCard(this,
"Android-Job",
"2007-2017",
"Evernote Corporation",
OpenSourceLicense.APACHE_2,
"https://github.com/evernote/android-job/"),
createLicenseCard(this, createLicenseCard(this,
"Custom Activity On Crash", "Custom Activity On Crash",
"", "",
@ -151,12 +145,6 @@ class SettingsLicenseActivity : MaterialAboutActivity() {
"Arthur Teplitzki, 2013 Edmodo, Inc.", "Arthur Teplitzki, 2013 Edmodo, Inc.",
OpenSourceLicense.APACHE_2, OpenSourceLicense.APACHE_2,
"https://github.com/ArthurHub/Android-Image-Cropper/"), "https://github.com/ArthurHub/Android-Image-Cropper/"),
createLicenseCard(this,
"Material Tap Target Prompt",
"2016-2018",
"Samuel Wall",
OpenSourceLicense.APACHE_2,
"https://github.com/sjwall/MaterialTapTargetPrompt/"),
createLicenseCard(this, createLicenseCard(this,
"Android Swipe Layout", "Android Swipe Layout",
"2014", "2014",

View File

@ -2,6 +2,4 @@
<full-backup-content> <full-backup-content>
<!-- Exclude the shared preferences file that contains the GCM registrationId --> <!-- Exclude the shared preferences file that contains the GCM registrationId -->
<exclude domain="sharedpref" path="cookies.xml" /> <exclude domain="sharedpref" path="cookies.xml" />
<exclude domain="sharedpref" path="evernote_jobs.xml" />
<exclude domain="database" path="evernote_jobs.db" />
</full-backup-content> </full-backup-content>