diff --git a/.nvmrc b/.nvmrc index da2d3988d..209e3ef4b 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14 \ No newline at end of file +20 diff --git a/lib/android/app/build.gradle b/lib/android/app/build.gradle index 30bb01cef..56dea23bd 100644 --- a/lib/android/app/build.gradle +++ b/lib/android/app/build.gradle @@ -47,6 +47,7 @@ String resolveFlavor() { android { + namespace 'com.wix.reactnativenotifications' compileSdkVersion androidSdkVersion defaultConfig { minSdkVersion androidMinSdkVersion @@ -58,8 +59,8 @@ android { } } compileOptions { - sourceCompatibility JavaVersion.VERSION_1_8 - targetCompatibility JavaVersion.VERSION_1_8 + sourceCompatibility JavaVersion.VERSION_17 + targetCompatibility JavaVersion.VERSION_17 } dexOptions { diff --git a/lib/android/app/src/main/AndroidManifest.xml b/lib/android/app/src/main/AndroidManifest.xml index 24cd22696..45c25adaf 100644 --- a/lib/android/app/src/main/AndroidManifest.xml +++ b/lib/android/app/src/main/AndroidManifest.xml @@ -1,7 +1,6 @@ + xmlns:android="http://schemas.android.com/apk/res/android">