-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40a3107
commit 3a3af37
Showing
849 changed files
with
34,302 additions
and
10,406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file was deleted.
Oops, something went wrong.
251 changes: 0 additions & 251 deletions
251
android/src/main/java/de/gematik/ti/erp/app/cardwall/mini/ui/Authentication.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.