mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
1.768 release
This commit is contained in:
parent
571939ef9e
commit
c38fc8bb48
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,8 @@ android {
|
|||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 767
|
||||
versionName "1.767"
|
||||
versionCode 768
|
||||
versionName "1.768"
|
||||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
||||
// https://en.wikipedia.org/wiki/List_of_dinosaur_genera
|
||||
|
@ -277,7 +277,7 @@ dependencies {
|
|||
implementation "com.sun.mail:android-mail:$javamail_version"
|
||||
implementation "com.sun.mail:android-activation:$javamail_version"
|
||||
|
||||
// https://jsoup.org/
|
||||
// https://jsoup.org/news/
|
||||
implementation "org.jsoup:jsoup:$jsoup_version"
|
||||
|
||||
// http://www.dnsjava.org/
|
||||
|
|
Loading…
Reference in a new issue