mirror of https://github.com/M66B/FairEmail.git
Cleanup
This commit is contained in:
parent
dd9a9dbdb2
commit
2e3142c1de
|
@ -139,8 +139,6 @@ FairEmail uses:
|
|||
|
||||
* [JavaMail](https://projects.eclipse.org/projects/ee4j.javamail). Copyright (c) 1997-2018 Oracle® and/or its affiliates. All rights reserved. [GPLv2+CE license](https://javaee.github.io/javamail/JavaMail-License).
|
||||
* [jsoup](https://jsoup.org/). Copyright © 2009 - 2017 Jonathan Hedley. [MIT license](https://jsoup.org/license).
|
||||
* ~~[JCharset](http://www.freeutils.net/source/jcharset/). Copyright © 2005-2015 Amichai Rothman. [GNU General Public License](http://www.freeutils.net/source/jcharset/#license)~~
|
||||
* ~~[ICU4J](http://site.icu-project.org). Copyright © 1991-2019 Unicode, Inc. All rights reserved. [UNICODE, INC. LICENSE AGREEMENT](http://www.unicode.org/copyright.html#License)~~
|
||||
* [Android Support Library](https://developer.android.com/tools/support-library/). Copyright (C) 2011 The Android Open Source Project. [Apache license](https://android.googlesource.com/platform/frameworks/support/+/master/LICENSE.txt).
|
||||
* [Android Architecture Components](https://developer.android.com/topic/libraries/architecture/). Copyright 2018 The Android Open Source Project, Inc. [Apache license](https://github.com/googlesamples/android-architecture-components/blob/master/LICENSE).
|
||||
* [colorpicker](https://android.googlesource.com/platform/frameworks/opt/colorpicker). Copyright (C) 2013 The Android Open Source Project. [Apache license](https://android.googlesource.com/platform/frameworks/opt/colorpicker/+/master/src/com/android/colorpicker/ColorPickerDialog.java).
|
||||
|
|
|
@ -113,8 +113,6 @@ dependencies {
|
|||
def billingclient_version = "1.2.1"
|
||||
def javamail_version = "1.6.3"
|
||||
def jsoup_version = "1.11.3"
|
||||
def jcharset_version = "2.0"
|
||||
def icu4j_version = "63.1"
|
||||
def dnsjava_version = "2.1.8"
|
||||
def openpgp_version = "12.0"
|
||||
def requery_version = "3.27.1"
|
||||
|
@ -165,12 +163,6 @@ dependencies {
|
|||
// https://jsoup.org/
|
||||
implementation "org.jsoup:jsoup:$jsoup_version"
|
||||
|
||||
// http://www.freeutils.net/source/jcharset/
|
||||
//implementation "net.freeutils:jcharset:$jcharset_version"
|
||||
|
||||
// https://mvnrepository.com/artifact/com.ibm.icu/icu4j
|
||||
//implementation "com.ibm.icu:icu4j:$icu4j_version"
|
||||
|
||||
// http://www.dnsjava.org/
|
||||
// https://mvnrepository.com/artifact/dnsjava/dnsjava
|
||||
implementation "dnsjava:dnsjava:$dnsjava_version"
|
||||
|
|
Loading…
Reference in New Issue