Skip to content

Commit 8ef02e0

Browse files
committed
Authorizer v0.4.0
1 parent 9ef2bdd commit 8ef02e0

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

authorizer/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
minSdkVersion 21
1717
resConfigs "de"
1818
targetSdkVersion 28
19-
versionCode 300
20-
versionName '0.3.0'
19+
versionCode 400
20+
versionName '0.4.0'
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222

2323
//Reference them in .xml files.

authorizer/src/main/res/values-de/strings.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,14 @@
336336

337337
<string name="release_notes">
338338
\n
339+
&lt;b&gt;0.4.0&lt;/b&gt;\n
340+
- Neue Funktion: Bluetooth Auto-Type (min. Android Pie benötigt)\n
341+
- Neue Funktion: OTP Auto-Type Button\n
342+
- Neues Tastatur Layout (en_GB)\n
343+
- Anpassung des Wortlauts\n
344+
- Weitere kleine Verbesserungen\n
345+
- Fehlerbehebungen
346+
\n\n
339347
&lt;b&gt;0.3.0&lt;/b&gt;\n
340348
- Neue Funktion: OTP Support\n
341349
- Neue Funktion: Platzhalter im Benutzername und Passwort\n

authorizer/src/main/res/values/strings.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,14 @@
336336

337337
<string name="release_notes">
338338
\n
339+
&lt;b&gt;0.4.0&lt;/b&gt;\n
340+
- New feature: Bluetooth Auto-Type (min. Android Pie required)\n
341+
- New feature: OTP Auto-Type Button\n
342+
- New keyboard layout (en_GB)\n
343+
- Wording adjusted\n
344+
- Additional small improvements\n
345+
- Bug fixes
346+
\n\n
339347
&lt;b&gt;0.3.0&lt;/b&gt;\n
340348
- New feature: OTP support\n
341349
- New feature: Placeholders in username and password\n

0 commit comments

Comments
 (0)