1
0
Fork 0
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:
M66B 2018-10-12 08:33:23 +00:00
parent ce57552886
commit f351bccb8e
3 changed files with 4 additions and 3 deletions

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()
}
}