Browse Source

0.2 release

main
M66B 6 years ago
parent
commit
20ad23af54
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      app/build.gradle

+ 2
- 2
app/build.gradle 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"
}


Loading…
Cancel
Save