remove package from AndroidManifest.xml and update java version to 17

This commit is contained in:
Rui Rodrigues 2024-08-21 17:02:04 +01:00
parent fcf5fe70f3
commit 031aa9d43a
2 changed files with 3 additions and 4 deletions

View File

@ -133,8 +133,8 @@ android {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
externalNativeBuild {

View File

@ -1,4 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mrousavy.camera">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>