Skip to content

Commit

Permalink
Remove package name from AndroidManfiest.xml to support AGP 8
Browse files Browse the repository at this point in the history
Remove the `package` manifest key to support AGP 8+

This means the library will now only support AGP 7+
  • Loading branch information
levibuzolic authored Apr 4, 2024
1 parent c53b2fc commit ac245fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.gantix.JailMonkey">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>

0 comments on commit ac245fa

Please sign in to comment.