Skip to content

Commit 92a6e9a

Browse files
committed
Authorizer v0.4.1
1 parent 98e3d6a commit 92a6e9a

3 files changed

Lines changed: 8 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 400
20-
versionName '0.4.0'
19+
versionCode 401
20+
versionName '0.4.1'
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222

2323
//Reference them in .xml files.

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

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

337337
<string name="release_notes">
338338
\n
339+
&lt;b&gt;0.4.1&lt;/b&gt;\n
340+
- Fehlerbehebungen
341+
\n\n
339342
&lt;b&gt;0.4.0&lt;/b&gt;\n
340343
- Neue Funktion: Bluetooth Auto-Type (min. Android Pie benötigt)\n
341344
- Neue Funktion: OTP Auto-Type Button\n

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

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

337337
<string name="release_notes">
338338
\n
339+
&lt;b&gt;0.4.1&lt;/b&gt;\n
340+
- Bug fixes
341+
\n\n
339342
&lt;b&gt;0.4.0&lt;/b&gt;\n
340343
- New feature: Bluetooth Auto-Type (min. Android Pie required)\n
341344
- New feature: OTP Auto-Type Button\n

0 commit comments

Comments
 (0)