Skip to content

Commit

Permalink
RN 73 - Android fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kochavi-daniel committed May 27, 2024
1 parent bffb31f commit f0cebb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
20
5 changes: 3 additions & 2 deletions lib/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ String resolveFlavor() {


android {
namespace 'com.wix.reactnativenotifications'
compileSdkVersion androidSdkVersion
defaultConfig {
minSdkVersion androidMinSdkVersion
Expand All @@ -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 {
Expand Down
3 changes: 1 addition & 2 deletions lib/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.wix.reactnativenotifications">
xmlns:android="http://schemas.android.com/apk/res/android">

<application>

Expand Down

0 comments on commit f0cebb2

Please sign in to comment.