react-native-navigation 7.30.1 → 7.30.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -65,11 +65,11 @@ android {
65
65
  }
66
66
  }
67
67
  compileOptions {
68
- sourceCompatibility JavaVersion.VERSION_11
69
- targetCompatibility JavaVersion.VERSION_11
68
+ sourceCompatibility JavaVersion.VERSION_1_8
69
+ targetCompatibility JavaVersion.VERSION_1_8
70
70
  }
71
71
  kotlinOptions {
72
- jvmTarget = JavaVersion.VERSION_11
72
+ jvmTarget = JavaVersion.VERSION_1_8
73
73
  }
74
74
 
75
75
  flavorDimensions "RNN.reactNativeVersion"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation",
3
- "version": "7.30.1",
3
+ "version": "7.30.2",
4
4
  "description": "React Native Navigation - truly native navigation for iOS and Android",
5
5
  "license": "MIT",
6
6
  "nativePackage": true,