Skip to content

Commit

Permalink
Fixed #41 - Added sound "Pfeil im Nacken"
Browse files Browse the repository at this point in the history
  • Loading branch information
dieechtenilente committed Oct 15, 2022
1 parent feb75eb commit 8374834
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/coldmirrorapp/Quote.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class Quote {
new Quote(Category.harrypotter, "toastrack", "Toast Rack"),
new Quote(Category.harrypotter, "topbesetzung", "Top Besetzung"),
new Quote(Category.harrypotter, "toplehrer", "Top Lehrer!", "5 Minuten Harry Podcast #12"),
new Quote(Category.harrypotter, "pfeilimnacken", "Pfeil im Nacken!", "5 Minuten Harry Podcast #24"),
new Quote(Category.harrypotter, "unrealistischerfilm", "Unrealistischer Film", "5 Minuten Harry Podcast #13"),
new Quote(Category.harrypotter, "uuuhdaskaufenwirnicht", "Uhh, das kaufen wir nicht", "5 Minuten Harry Podcast #2"),
new Quote(Category.harrypotter, "volldumm", "Ah, voll dumm"),
Expand Down
Binary file added app/src/main/res/raw/pfeilimnacken.mp3
Binary file not shown.
4 changes: 2 additions & 2 deletions app/version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Sat Oct 15 11:34:53 CEST 2022
VERSION_BUILD=2073
#Sat Oct 15 11:50:20 CEST 2022
VERSION_BUILD=2075

0 comments on commit 8374834

Please sign in to comment.