Skip to content

Commit

Permalink
Merge pull request #76 from fiskaltrust/Update-target-framework-to-14…
Browse files Browse the repository at this point in the history
…-Android-versions-#67

Update-Target-Framework-to-14-Android-version
  • Loading branch information
pawelvds committed May 7, 2024
2 parents 32efb03 + d4cd93d commit 8eb8097
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="fiskaltrust.Exports.DSFinVK">
<Version>1.6.0</Version>
<Version>1.6.4</Version>
</PackageReference>
<PackageReference Include="fiskaltrust.Middleware.Queue.SQLite">
<Version>1.3.55</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="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"></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
Expand Up @@ -111,7 +111,7 @@
<Version>28.0.1</Version>
</PackageReference>
<PackageReference Include="fiskaltrust.Exports.DSFinVK">
<Version>1.6.0</Version>
<Version>1.6.4</Version>
</PackageReference>
<PackageReference Include="fiskaltrust.interface">
<Version>1.3.55-rc2</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.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
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<Version>28.0.1</Version>
</PackageReference>
<PackageReference Include="fiskaltrust.Exports.DSFinVK">
<Version>1.6.0</Version>
<Version>1.6.4</Version>
</PackageReference>
<PackageReference Include="fiskaltrust.interface">
<Version>1.3.55-rc2</Version>
Expand Down

0 comments on commit 8eb8097

Please sign in to comment.