diff --git a/android/source/app/src/main/AndroidManifest.xml b/android/source/app/src/main/AndroidManifest.xml index cacd3dfcc1f9e6a87543548b635f1d9c7b381121..c74d024555089831fd0c4c51cd0243a7ba4bbd4b 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" +>