Skip to content

Commit 92aab84

Browse files
committed
v1.4-04
Signed-off-by: niendo1 <[email protected]>
1 parent 0fc3383 commit 92aab84

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ImapNotes3/src/main/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:dist="http://schemas.android.com/apk/distribution"
44
xmlns:tools="http://schemas.android.com/tools"
5-
android:versionCode="10403"
6-
android:versionName="v1.4-04-pre">
5+
android:versionCode="10404"
6+
android:versionName="v1.4-04">
77

88
<dist:module dist:instant="true" />
99

ImapNotes3/src/main/java/de/niendo/ImapNotes3/Miscs/AboutDialogFragment.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ public Dialog onCreateDialog(@Nullable Bundle savedInstanceState) {
7979
about += d + "pazengaz" + df;
8080
about += h1 + getString(R.string.spanish) + h1f;
8181
about += d + "gallegonovato" + df;
82-
8382
about += "<br>";
8483
about += h + getString(R.string.contributors) + hf + "<br>";
85-
about += d + "nb(enm), c0238, Axel Strübing, Poussinou, woheller69, Martin Carpella, john-p-williams, Ulli Heist, ..." + df;
84+
about += d + "nb(enm), N0uri, c0238, Axel Strübing, 7nnit, Poussinou, woheller69, Martin Carpella (carpi), cocklemon, john-p-williams, wdl923, ";
85+
about += "Ulli Rainer Heist, Andreas Hotz, midros, ..." + df;
8686

8787
builder.setTitle(R.string.about)
8888
.setIcon(R.mipmap.ic_launcher)

0 commit comments

Comments
 (0)