Skip to content

Commit

Permalink
Update nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk907 committed Aug 27, 2024
1 parent f4ddb4b commit 47c4a74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions AndroidYouTubeDownloader/AndroidYouTubeDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
<ItemGroup>
<PackageReference Include="FFmpegKitSlim" Version="0.1.0" />
<PackageReference Include="Plugin.CurrentActivity" Version="2.1.0.4" />
<PackageReference Include="Square.OkHttp" Version="2.7.5.11" />
<PackageReference Include="Square.OkIO" Version="3.6.0.1" />
<PackageReference Include="Xamarin.Android.Glide" Version="4.16.0.2" />
<PackageReference Include="Xamarin.AndroidX.Navigation.Fragment" Version="2.7.5.1" />
<PackageReference Include="Xamarin.AndroidX.Navigation.UI" Version="2.7.5.1" />
<PackageReference Include="Xamarin.AndroidX.Preference" Version="1.2.1.3" />
<PackageReference Include="Square.OkHttp" Version="2.7.5.15" />
<PackageReference Include="Square.OkIO" Version="3.9.0.1" />
<PackageReference Include="Xamarin.Android.Glide" Version="4.16.0.6" />
<PackageReference Include="Xamarin.AndroidX.Navigation.Fragment" Version="2.7.7.5" />
<PackageReference Include="Xamarin.AndroidX.Navigation.UI" Version="2.7.7.5" />
<PackageReference Include="Xamarin.AndroidX.Preference" Version="1.2.1.8" />
<PackageReference Include="Xamarin.Essentials" Version="1.8.1" />
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.10.0.2" />
<PackageReference Include="YouTubeStreamsExtractor" Version="1.0.4" />
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.11.0.1" />
<PackageReference Include="YouTubeStreamsExtractor" Version="1.0.5" />
<PackageReference Include="YouTubeStreamsExtractor.JsEngine.AndroidWebView" Version="1.0.2" />
<PackageReference Include="z440.atl.core" Version="5.14.0" />
<PackageReference Include="z440.atl.core" Version="6.1.0" />
</ItemGroup>

<PropertyGroup Condition="'$(Configuration)' == 'Release'">
Expand Down
2 changes: 1 addition & 1 deletion build/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Build": {
"commandName": "Project",
//"commandLineArgs": "--target=Publish --appVersion=2.0 --SigningKeyPass="
"commandLineArgs": "--target=Publish --appVersion=1.3.10 --SigningKeyPass=LeLCXqvYlQGVhudmf4KJ"
}
}
}

0 comments on commit 47c4a74

Please sign in to comment.