mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-21 22:58:40 +00:00
1.84 release
This commit is contained in:
parent
ce57552886
commit
f351bccb8e
3 changed files with 4 additions and 3 deletions
Binary file not shown.
|
@ -6,8 +6,8 @@ android {
|
|||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 28
|
||||
versionCode 83
|
||||
versionName "1.83"
|
||||
versionCode 84
|
||||
versionName "1.84"
|
||||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
||||
javaCompileOptions {
|
||||
|
@ -42,6 +42,7 @@ android {
|
|||
}
|
||||
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven {
|
||||
url "https://repo1.maven.org/maven2/"
|
||||
|
|
|
@ -11,8 +11,8 @@ buildscript {
|
|||
|
||||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue