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> <PersistentState>
<option name="values"> <option name="values">
<map> <map>
<entry key="scalingPercent" value="78" />
<entry key="scalingPercent" value="75" />
<entry key="trimmed" value="true" /> <entry key="trimmed" value="true" />
</map> </map>
</option> </option>
@ -47,7 +47,7 @@
<map> <map>
<entry key="backgroundAssetType" value="COLOR" /> <entry key="backgroundAssetType" value="COLOR" />
<entry key="backgroundColor" value="cccccc" /> <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" /> <entry key="webIconShape" value="NONE" />
</map> </map>
</option> </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" applicationId "eu.faircode.email"
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 28 targetSdkVersion 28
versionCode 35
versionName "0.35"
versionCode 36
versionName "0.36"
archivesBaseName = "FairEmail-v$versionName" archivesBaseName = "FairEmail-v$versionName"
javaCompileOptions { javaCompileOptions {


Loading…
Cancel
Save