@magicred-1/react-native-lxmf 0.1.5 → 0.1.6

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.
@@ -12,12 +12,12 @@ android {
12
12
  }
13
13
 
14
14
  compileOptions {
15
- sourceCompatibility JavaVersion.VERSION_11
16
- targetCompatibility JavaVersion.VERSION_11
15
+ sourceCompatibility JavaVersion.VERSION_17
16
+ targetCompatibility JavaVersion.VERSION_17
17
17
  }
18
18
 
19
19
  kotlinOptions {
20
- jvmTarget = "11"
20
+ jvmTarget = "17"
21
21
  }
22
22
 
23
23
  sourceSets {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magicred-1/react-native-lxmf",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "LXMF Reticulum mesh networking for React Native + Expo",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",