Appearance
Installation
Setup Overview
Required components:
- .NET 9.0 SDK
- Microsoft OpenJDK 21.0
- Android Studio
- Android 15.0 ("VanillaIceCream") API Level 35
- Android SDK Build-Tools
- Android SDK Command-line Tools (latest)
- Visual Studio Code
Setting up the GitHub NuGet source
Create a Personal access token (classic) at GitHub Apps and grant it the read:packages scope. Replace YOUR_GITHUB_USERNAME and YOUR_CLASSIC_TOKEN with the PAT you just created.
If you want to update the NuGet packages:
- Grant your PAT the scope
write:packagesinstead - Build the NuGet with
dotnet pack - Upload the package:
dotnet nuget push scan-sdk-android-maui/bin/Release/ScanSdk.Android.Maui.1.0.0.nupkg --source https://nuget.pkg.github.com/OVD-Kinegram-AG/index.json --api-key <YOUR_CLASSIC_TOKEN>