Skip to content

Commit

Permalink
fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
volllly committed Sep 6, 2023
1 parent 452fea2 commit b1eb841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?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.grpc" android:installLocation="auto">
<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-feature android:name="android.hardware.usb.host" />
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="31" />
<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">
Expand Down

0 comments on commit b1eb841

Please sign in to comment.