Skip to content

Commit

Permalink
Release 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Gematik-Entwicklung committed Jan 23, 2024
1 parent 40a3107 commit 3a3af37
Show file tree
Hide file tree
Showing 849 changed files with 34,302 additions and 10,406 deletions.
8 changes: 8 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release 1.17.2
- Added Demo mode function
- Added function to change the name of scanned prescriptions
- Increased minimum SDK version to 26 and build version to 34
- UX improvements
- Bug fixes


# Release 1.16.1
- Added Invoice correction function for private health insurance customers
- Optimized performance
Expand Down
12 changes: 12 additions & 0 deletions accept-licenses.exp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/expect -f

set timeout -1
spawn $env(ANDROID_SDK)/cmdline-tools/tools/bin/sdkmanager --licenses

expect {
"Accept? (y/N): " {
send "y\r"
exp_continue
}
eof
}
99 changes: 0 additions & 99 deletions android/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3a3af37

Please sign in to comment.