Skip to content

Commit

Permalink
Merge pull request #80 from fiskaltrust/Release-1.3.59
Browse files Browse the repository at this point in the history
Release 1.3.59
  • Loading branch information
forsthug committed May 24, 2024
2 parents 1382c26 + 31680ec commit cbfff3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<Version>1.6.4</Version>
</PackageReference>
<PackageReference Include="fiskaltrust.Middleware.Queue.SQLite">
<Version>1.3.55</Version>
<Version>1.3.59</Version>
</PackageReference>
<PackageReference Include="fiskaltrust.Middleware.SCU.IT.CustomRTServer">
<Version>1.3.53</Version>
Expand All @@ -141,7 +141,7 @@
<Version>1.3.49</Version>
</PackageReference>
<PackageReference Include="fiskaltrust.Middleware.SCU.DE.FiskalyCertified">
<Version>1.3.48</Version>
<Version>1.3.59</Version>
</PackageReference>
<PackageReference Include="fiskaltrust.Middleware.SCU.DE.Swissbit">
<Version>1.3.48</Version>
Expand Down
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.grpc" android:installLocation="auto">
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34" />
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="33" />
<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"></application>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
Expand Down
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="34" />
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="33" />
<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 cbfff3a

Please sign in to comment.