diff --git a/Android/Android.csproj b/Android/Android.csproj index 53ae374..a7b5e2f 100644 --- a/Android/Android.csproj +++ b/Android/Android.csproj @@ -1,11 +1,12 @@  net6.0-android + 33 21 Exe de.ellpeck.touchytickets - 122 - 1.2.2 + 130 + 1.3.0 false diff --git a/Publish.bat b/Publish.bat index d821000..a7adc25 100644 --- a/Publish.bat +++ b/Publish.bat @@ -4,4 +4,4 @@ cd /D "%~dp0" set /p pass=Password? dotnet clean -c Release -dotnet publish -c Release /p:AndroidSigningKeyPass=%pass% /p:AndroidSigningStorePass=%pass% \ No newline at end of file +dotnet publish -c Release -p:AndroidSigningKeyPass=%pass% -p:AndroidSigningStorePass=%pass% \ No newline at end of file