File tree Expand file tree Collapse file tree 8 files changed +563
-654
lines changed Expand file tree Collapse file tree 8 files changed +563
-654
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ try {
135
135
onDecryptionFailure ,
136
136
onMemberAdded ,
137
137
onMemberRemoved ,
138
+ onSubscriptionCount ,
138
139
});
139
140
140
141
await pusher .subscribe ({ channelName });
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:7.2 .0'
11
+ classpath ' com.android.tools.build:gradle:7.3 .0'
12
12
// noinspection DifferentKotlinGradleVersion
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
}
Original file line number Diff line number Diff line change 12
12
# org.gradle.parallel=true
13
13
# Fri Aug 19 11:19:42 CEST 2022
14
14
PusherWebsocketReactNative_kotlinVersion =1.7.10
15
- PusherWebsocketReactNative_targetSdkVersion =32
16
- PusherWebsocketReactNative_compileSdkVersion =32
15
+ PusherWebsocketReactNative_targetSdkVersion =33
16
+ PusherWebsocketReactNative_compileSdkVersion =33
17
17
android.useAndroidX =true
18
18
android.enableJetifier =true
Original file line number Diff line number Diff line change 3
3
buildscript {
4
4
ext {
5
5
minSdkVersion = 21
6
- compileSdkVersion = 32
7
- targetSdkVersion = 32
6
+ compileSdkVersion = 33
7
+ targetSdkVersion = 33
8
8
}
9
9
repositories {
10
10
google()
Original file line number Diff line number Diff line change 1
1
# Wed Mar 30 18:12:52 CEST 2022
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ rootProject.name = 'PusherWebsocketReactNativeExample'
2
2
apply from : file(" ../node_modules/@react-native-community/cli-platform-android/native_modules.gradle" ); applyNativeModulesSettingsGradle(settings)
3
3
include ' :app'
4
4
5
- include ' :pusherwebsocketreactnative '
6
- project(' :pusherwebsocketreactnative ' ). projectDir = new File (rootProject. projectDir, ' ../../android' )
5
+ include ' :pusher-websocket-react-native '
6
+ project(' :pusher-websocket-react-native ' ). projectDir = new File (rootProject. projectDir, ' ../../android' )
Original file line number Diff line number Diff line change 9
9
"start" : " npx react-native start"
10
10
},
11
11
"dependencies" : {
12
- "@react-native-async-storage/async-storage" : " ^1.17.9 " ,
12
+ "@react-native-async-storage/async-storage" : " ^1.17.10 " ,
13
13
"crypto-es" : " ^1.2.7" ,
14
- "react" : " 17.0.2 " ,
15
- "react-native" : " 0.68.3 "
14
+ "react" : " 18.2.0 " ,
15
+ "react-native" : " 0.70.1 "
16
16
},
17
17
"devDependencies" : {
18
- "@babel/core" : " ^7.18.10 " ,
19
- "@babel/runtime" : " ^7.18.9 " ,
18
+ "@babel/core" : " ^7.19.1 " ,
19
+ "@babel/runtime" : " ^7.19.0 " ,
20
20
"babel-plugin-module-resolver" : " ^4.1.0" ,
21
- "metro-react-native-babel-preset" : " ^0.72.1 "
21
+ "metro-react-native-babel-preset" : " ^0.72.3 "
22
22
}
23
23
}
You can’t perform that action at this time.
0 commit comments