Skip to content

Commit

Permalink
api level 34
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvilQ committed Nov 4, 2024
1 parent 7a63ce3 commit 0376061
Show file tree
Hide file tree
Showing 4 changed files with 499 additions and 378 deletions.
4 changes: 2 additions & 2 deletions cordova/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="de.melvil.noten" version="1.8.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="de.melvil.noten" version="1.9.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Noten lernen</name>
<description>
Learn to read sheet music
Expand All @@ -21,7 +21,7 @@
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<preference name="android-targetSdkVersion" value="31" />
<preference name="android-targetSdkVersion" value="34" />
<allow-intent href="market:*" />
</platform>
<platform name="ios">
Expand Down
Loading

0 comments on commit 0376061

Please sign in to comment.