1.84 release

This commit is contained in:
M66B
2018-10-12 08:33:23 +00:00
parent ce57552886
commit f351bccb8e
3 changed files with 4 additions and 3 deletions

Binary file not shown.

View File

@@ -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/"

View File

@@ -11,8 +11,8 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
jcenter()
}
}