1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 13:44:40 +00:00

0.5 release

This commit is contained in:
M66B 2018-08-05 19:13:38 +00:00
parent abfe2489c6
commit fb1874be66
2 changed files with 2 additions and 2 deletions

View file

@ -6,8 +6,8 @@ android {
applicationId "eu.faircode.email" applicationId "eu.faircode.email"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 28 targetSdkVersion 28
versionCode 4 versionCode 5
versionName "0.4" versionName "0.5"
archivesBaseName = "SafeEmail-v$versionName" archivesBaseName = "SafeEmail-v$versionName"
javaCompileOptions { javaCompileOptions {