Skip to content

Commit

Permalink
Security bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeLeithead committed Oct 22, 2024
1 parent 8a64aca commit a5f5eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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="168" android:versionName="1.4" package="com.internetwideworld.lilo.lite" android:installLocation="auto">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="169" android:versionName="1.4" package="com.internetwideworld.lilo.lite" android:installLocation="auto">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" />
<application android:label="LiLo.Lite" android:icon="@mipmap/ic_launcher" />
</manifest>
2 changes: 1 addition & 1 deletion Source/LiLo.Lite/LiLo.Lite/LiLo.Lite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageReference Include="Acr.UserDialogs" Version="7.2.0.564" />
<PackageReference Include="Microsoft.AppCenter.Analytics" Version="5.0.5" />
<PackageReference Include="Microsoft.AppCenter.Crashes" Version="5.0.5" />
<PackageReference Include="System.Text.Json" Version="8.0.4" />
<PackageReference Include="System.Text.Json" Version="8.0.5" />
<PackageReference Include="WebSocketSharp-netstandard" Version="1.0.1" />
<PackageReference Include="Xamarin.CommunityToolkit" Version="2.0.6" />
<PackageReference Include="Xamarin.Forms" Version="5.0.0.2662" />
Expand Down

0 comments on commit a5f5eee

Please sign in to comment.