[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

@ -79,12 +79,6 @@ class SettingsLicenseActivity : MaterialAboutActivity() {
"Applandeo sp. z o.o.",
OpenSourceLicense.APACHE_2,
"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,
"Custom Activity On Crash",
"",
@ -151,12 +145,6 @@ class SettingsLicenseActivity : MaterialAboutActivity() {
"Arthur Teplitzki, 2013 Edmodo, Inc.",
OpenSourceLicense.APACHE_2,
"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,
"Android Swipe Layout",
"2014",

View File

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