Skip to content

Commit

Permalink
Authorizer v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tejado committed Sep 18, 2022
1 parent 98e3d6a commit 92a6e9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authorizer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ android {
minSdkVersion 21
resConfigs "de"
targetSdkVersion 28
versionCode 400
versionName '0.4.0'
versionCode 401
versionName '0.4.1'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

//Reference them in .xml files.
Expand Down
3 changes: 3 additions & 0 deletions authorizer/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@

<string name="release_notes">
\n
&lt;b&gt;0.4.1&lt;/b&gt;\n
- Fehlerbehebungen
\n\n
&lt;b&gt;0.4.0&lt;/b&gt;\n
- Neue Funktion: Bluetooth Auto-Type (min. Android Pie benötigt)\n
- Neue Funktion: OTP Auto-Type Button\n
Expand Down
3 changes: 3 additions & 0 deletions authorizer/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@

<string name="release_notes">
\n
&lt;b&gt;0.4.1&lt;/b&gt;\n
- Bug fixes
\n\n
&lt;b&gt;0.4.0&lt;/b&gt;\n
- New feature: Bluetooth Auto-Type (min. Android Pie required)\n
- New feature: OTP Auto-Type Button\n
Expand Down

0 comments on commit 92a6e9a

Please sign in to comment.