removed version from AndroidManifest

This commit is contained in:
Hans Mackowiak
2024-10-15 21:21:40 +02:00
committed by Chris H
parent 94f1835462
commit f5b30a6826

View File

@@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="forge.app"
android:versionCode="106660000"
android:versionName="1.6.66" > <!-- versionName should be updated and it's used for Sentry releases tag -->
package="forge.app">
<uses-sdk
android:minSdkVersion="26"