mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-22 07:08:36 +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"
|
applicationId "eu.faircode.email"
|
||||||
minSdkVersion 23
|
minSdkVersion 23
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 83
|
versionCode 84
|
||||||
versionName "1.83"
|
versionName "1.84"
|
||||||
archivesBaseName = "FairEmail-v$versionName"
|
archivesBaseName = "FairEmail-v$versionName"
|
||||||
|
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
|
@ -42,6 +42,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
google()
|
||||||
jcenter()
|
jcenter()
|
||||||
maven {
|
maven {
|
||||||
url "https://repo1.maven.org/maven2/"
|
url "https://repo1.maven.org/maven2/"
|
||||||
|
|
|
@ -11,8 +11,8 @@ buildscript {
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
|
||||||
google()
|
google()
|
||||||
|
jcenter()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue