From 6239eea0fab32db12ad73bc3ad8f9dfd8426696c Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 23 Aug 2023 13:33:54 +0200 Subject: [PATCH] 1.3.0 --- Android/Android.csproj | 5 +++-- Publish.bat | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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