Skip to content

Commit

Permalink
Frontend.XF.Android: upd API target from 31 to 33
Browse files Browse the repository at this point in the history
Otherwise we would get this error in the GooglePlay console:

```
Your app currently targets API level 31 and must target at least API level 33 to ensure it is built on the latest APIs optimized for security and peformance.
```
  • Loading branch information
knocte committed Oct 15, 2023
1 parent 31870f9 commit 0897381
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<uses-permission android:name="android.permission.FLASHLIGHT" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="31" />
<uses-sdk android:minSdkVersion="19" android:targetSdkVersion="33" />
<application android:label="geewallet" android:icon="@drawable/icon"></application>
</manifest>

0 comments on commit 0897381

Please sign in to comment.