From f0cebb25c37baaa9e00601b8c85160301b901335 Mon Sep 17 00:00:00 2001 From: Daniel Arbel Kochavi Date: Mon, 27 May 2024 11:51:19 +0300 Subject: [PATCH] RN 73 - Android fixes --- .nvmrc | 2 +- lib/android/app/build.gradle | 5 +++-- lib/android/app/src/main/AndroidManifest.xml | 3 +-- 3 files changed, 5 insertions(+), 5 deletions(-) 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">