Browse Source

0.36 release

main
M66B 5 years ago
parent
commit
f0a976e25a
3 changed files with 4 additions and 4 deletions
  1. +2
    -2
      .idea/assetWizardSettings.xml
  2. BIN
      .idea/caches/build_file_checksums.ser
  3. +2
    -2
      app/build.gradle

+ 2
- 2
.idea/assetWizardSettings.xml View File

@ -34,7 +34,7 @@
<PersistentState>
<option name="values">
<map>
<entry key="scalingPercent" value="78" />
<entry key="scalingPercent" value="75" />
<entry key="trimmed" value="true" />
</map>
</option>
@ -47,7 +47,7 @@
<map>
<entry key="backgroundAssetType" value="COLOR" />
<entry key="backgroundColor" value="cccccc" />
<entry key="foregroundImage" value="$PROJECT_DIR$/images/6_foreground_3_bis.png" />
<entry key="foregroundImage" value="$PROJECT_DIR$/images/4.png" />
<entry key="webIconShape" value="NONE" />
</map>
</option>


BIN
.idea/caches/build_file_checksums.ser View File


+ 2
- 2
app/build.gradle View File

@ -6,8 +6,8 @@ android {
applicationId "eu.faircode.email"
minSdkVersion 23
targetSdkVersion 28
versionCode 35
versionName "0.35"
versionCode 36
versionName "0.36"
archivesBaseName = "FairEmail-v$versionName"
javaCompileOptions {


Loading…
Cancel
Save