Skip to content

Commit

Permalink
package upgrade. new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hardt committed Jun 26, 2024
1 parent 1ca49e6 commit 0155198
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
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.61.0" package="hits.rhodan.audiobooks" android:installLocation="auto" android:versionCode="400050">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.61.1" package="hits.rhodan.audiobooks" android:installLocation="auto" android:versionCode="400060">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="33" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS"/>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<application android:label="Eins A Medien Audiobook Player" android:icon="@drawable/eins_a_launcher" android:requestLegacyExternalStorage="true" android:allowBackup="true" android:fullBackupContent="@xml/backup_rules">
<!--android:dataExtractionRules="@xml/backup_rules_31"-->
<!--<service android:name="Perry.Rhodan.AudioService" android:stopWithTask="true" android:foregroundServiceType="mediaPlayback"></service>-->
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="3.4.0" />
<PackageReference Include="Plugin.Permissions" Version="6.0.1" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="SkiaSharp" Version="2.80.2" />
<PackageReference Include="SkiaSharp" Version="1.68.3" />
<PackageReference Include="System.Memory" Version="4.5.5" />
<PackageReference Include="taglib-sharp-netstandard2.0" Version="2.1.0" />

Expand Down

0 comments on commit 0155198

Please sign in to comment.