From 6e553e19519c4abb7e71d389043e827421dc7df7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org>
Date: Tue, 19 Mar 2024 18:42:54 +0100
Subject: [PATCH] version code

---
 android/source/app/src/main/AndroidManifest.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/android/source/app/src/main/AndroidManifest.xml b/android/source/app/src/main/AndroidManifest.xml
index cacd3df..c74d024 100644
--- a/android/source/app/src/main/AndroidManifest.xml
+++ b/android/source/app/src/main/AndroidManifest.xml
@@ -20,7 +20,10 @@
      application, the package attribute will need to reflect the correct path in order to use
      the abbreviated format. -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
-    package="cz.pirati.nastenka.twa">
+    package="cz.pirati.nastenka.twa"
+    android:versionCode="2"
+    android:versionName="1.1.0.0"
+>
 
     
 
-- 
GitLab