0.2 release

This commit is contained in:
M66B 2018-08-02 17:10:23 +00:00
parent b1ce284d88
commit 20ad23af54
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "eu.faircode.email"
minSdkVersion 23
targetSdkVersion 28
versionCode 1
versionName "0.1"
versionCode 2
versionName "0.2"
archivesBaseName = "SafeEmail-v$versionName"
}