Skip to content

Commit 1f1ad05

Browse files
committed
16KB Page size support
1 parent a5cb5e2 commit 1f1ad05

5 files changed

Lines changed: 293 additions & 408 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ android {
7777
sourceCompatibility JavaVersion.VERSION_17
7878
targetCompatibility JavaVersion.VERSION_17
7979
}
80-
ndkVersion '26.2.11394342'
80+
ndkVersion '27.1.12297006'
8181
buildFeatures {
8282
buildConfig true
8383
}
@@ -99,7 +99,7 @@ dependencies {
9999
//noinspection GradleDynamicVersion
100100
implementation "com.facebook.react:react-android:+"
101101
implementation 'com.github.functionland:fula-build-aar:v1.55.15' // From jitpack.io
102-
implementation 'com.github.functionland:wnfs-android:v1.8.2' // From jitpack.io
102+
implementation 'com.github.functionland:wnfs-android:v1.8.8' // From jitpack.io
103103
implementation 'commons-io:commons-io:20030203.000550'
104104
implementation 'commons-codec:commons-codec:1.16.0'
105105
// implementation files('mobile.aar')

android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Fula_kotlinVersion=1.9.22
22
Fula_minSdkVersion=26
3-
Fula_targetSdkVersion=35
4-
Fula_compileSdkVersion=35
3+
Fula_targetSdkVersion=36
4+
Fula_compileSdkVersion=36
55
Fula_ndkversion=26.2.11394342
66
android.useAndroidX=true
77
android.enableJetifier=true

example/src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ const App = () => {
6565
153, 106, 217, 201, 106, 9, 66, 33, 214, 195, 255, 234, 178, 244, 203, 112,
6666
62, 91, 140, 55, 179, 10, 208, 210, 177, 111, 61, 46, 73, 148, 14, 62,
6767
];
68-
const bloxPeerId = '12D3KooWRadeHPBedP633MMVZjbVni5XDxzhGDXXMpDgC29vuhLB'; //tower
69-
// const bloxPeerId = '12D3KooWDaT8gS2zGMLGBKmW1mKhQSHxYeEX3Fr3VSjuPzmjyfZC'; //laptop
68+
// const bloxPeerId = '12D3KooWRadeHPBedP633MMVZjbVni5XDxzhGDXXMpDgC29vuhLB'; //tower
69+
const bloxPeerId = '12D3KooWDaT8gS2zGMLGBKmW1mKhQSHxYeEX3Fr3VSjuPzmjyfZC'; //laptop
7070
// const bloxPeerId = '12D3KooWQZBdE5zNUVTE2Aayajyy9cJDmK4bJwMZG52ieHt2f6nb'; //laptop2
7171
//const bloxPeerId = '12D3KooWAN5FaAnC4d1GhAvoYxyUXdrkCGqux1NB6Pr4cZXn813E'; //test aws server
7272

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@functionland/react-native-fula",
3-
"version": "1.55.17",
3+
"version": "1.55.18",
44
"description": "This package is a bridge to use the Fula libp2p protocols in the react-native which is using wnfs",
55
"type": "module",
66
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)