Browse Source

0.29 release

main
M66B 5 years ago
parent
commit
60bfa12bc5
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 28
versionName "0.28"
versionCode 29
versionName "0.29"
archivesBaseName = "FairEmail-v$versionName"
javaCompileOptions {


Loading…
Cancel
Save