Skip to content

Commit

Permalink
removed version from AndroidManifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanmac authored and tehdiplomat committed Oct 17, 2024
1 parent 94f1835 commit f5b30a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions forge-gui-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f5b30a6

Please sign in to comment.