mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-03 10:16:45 +00:00
0.13 release
This commit is contained in:
parent
44feb7c26d
commit
7492402332
3 changed files with 3 additions and 3 deletions
Binary file not shown.
|
@ -6,8 +6,8 @@ android {
|
|||
applicationId "eu.faircode.email"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 28
|
||||
versionCode 12
|
||||
versionName "0.12"
|
||||
versionCode 13
|
||||
versionName "0.13"
|
||||
archivesBaseName = "FairEmail-v$versionName"
|
||||
|
||||
javaCompileOptions {
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
android:id="@+id/tvPermissionsDone"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/title_setup_granted"
|
||||
android:text="@string/title_setup_to_do"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
|
||||
android:textColor="?android:attr/textColorPrimary"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
Loading…
Reference in a new issue