Skip to content

Commit

Permalink
Update targetSdkVersion in AndroidManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelvds committed May 6, 2024
1 parent 927be96 commit d4cd93d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="eu.fiskaltrust.androidlauncher.http" android:installLocation="auto">
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="33" />
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34" />
<application android:allowBackup="true" android:manageSpaceActivity="eu.fiskaltrust.androidlauncher.common.ManageSpaceActivity" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme" android:extractNativeLibs="true" android:usesCleartextTraffic="true"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
Expand Down

0 comments on commit d4cd93d

Please sign in to comment.