Skip to content

Commit

Permalink
android: try SdkVersion 33
Browse files Browse the repository at this point in the history
Given that should still be available.
  • Loading branch information
julianoes committed Aug 4, 2024
1 parent fa4323f commit 7cb2da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<!-- For adding service(s) please check: https://wiki.qt.io/AndroidServices -->
</application>

<uses-sdk android:targetSdkVersion="30"/>
<uses-sdk android:targetSdkVersion="33"/>

<!-- Needed to keep working while 'asleep' -->
<uses-permission android:name="android.permission.WAKE_LOCK"/>
Expand Down

0 comments on commit 7cb2da3

Please sign in to comment.