Add Play Store deploy workflow and bump Android version to 2.0.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gerwin Kuijntjes
2026-04-02 13:38:00 +02:00
parent c5403313d9
commit 8141e55521
3 changed files with 93 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1"
android:versionName="1.0"
android:versionCode="2"
android:versionName="2.0.0"
package="nl.resoftware.pocketgraph">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="36" />
<uses-permission android:name="android.permission.INTERNET" />

View File

@@ -12,6 +12,8 @@
<Nullable>disable</Nullable>
<!-- Embed all assemblies in the APK so plain adb install works without Fast Deployment -->
<EmbedAssembliesIntoApk>true</EmbedAssembliesIntoApk>
<ApplicationDisplayVersion>2.0.0</ApplicationDisplayVersion>
<ApplicationVersion>2</ApplicationVersion>
</PropertyGroup>
<ItemGroup>