Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: android ci for aar build #1616

Merged
merged 9 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sample-apps/react-native/dogfood/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle:8.7.2")
classpath("com.facebook.react:react-native-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
classpath("com.google.gms:google-services:4.4.2")
}
}
Expand Down
8 changes: 4 additions & 4 deletions sample-apps/react-native/dogfood/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2009,10 +2009,10 @@ PODS:
- ReactCommon/turbomodule/core
- stream-react-native-webrtc
- Yoga
- stream-react-native-webrtc (125.0.1-rc.1):
- stream-react-native-webrtc (125.0.2-alpha.8):
- React-Core
- StreamWebRTC (~> 125.6422.064)
- stream-video-react-native (1.4.10):
- stream-video-react-native (1.4.15):
- DoubleConversion
- glog
- hermes-engine
Expand Down Expand Up @@ -2406,8 +2406,8 @@ SPEC CHECKSUMS:
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
stream-chat-react-native: 470c37e2bed295da2ed9148f398694995d98f5af
stream-io-video-filters-react-native: 8e3d06506767c1a58576bb9d0229cbfc51a709d6
stream-react-native-webrtc: a4826a7f9dbe990dc4a1de9d94c3c8f35d272d61
stream-video-react-native: 682e4b962cd775bd21bb5cec4fc1c91779d3fc3f
stream-react-native-webrtc: 99978e790f6e3bb28839f0f5f79a945e6b5096d1
stream-video-react-native: fc57f0a3f580682d98a29173fb78b2be7655aa18
StreamWebRTC: a77d2450a19a9d7d9a28b416cc0cb336d998dc62
Yoga: 513b871d622689bd53b51481bbcfb6b8f1a3de5b

Expand Down
2 changes: 1 addition & 1 deletion sample-apps/react-native/dogfood/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@react-native-google-signin/google-signin": "^11.0.0",
"@react-navigation/native": "^7.0",
"@react-navigation/native-stack": "^7.1",
"@stream-io/react-native-webrtc": "125.0.1-rc.1",
"@stream-io/react-native-webrtc": "125.0.2-alpha.8",
"@stream-io/video-filters-react-native": "workspace:^",
"@stream-io/video-react-native-sdk": "workspace:^",
"axios": "^1.6.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8488,16 +8488,16 @@ __metadata:
languageName: node
linkType: hard

"@stream-io/react-native-webrtc@npm:125.0.1-rc.1":
version: 125.0.1-rc.1
resolution: "@stream-io/react-native-webrtc@npm:125.0.1-rc.1"
"@stream-io/react-native-webrtc@npm:125.0.2-alpha.8":
version: 125.0.2-alpha.8
resolution: "@stream-io/react-native-webrtc@npm:125.0.2-alpha.8"
dependencies:
base64-js: 1.5.1
debug: 4.3.4
event-target-shim: 6.0.2
peerDependencies:
react-native: ">=0.60.0"
checksum: 0bdf7ae65a7b50305b9d4a54ebda532d9b7c322cd9114701680ac7cf5bdd979bf2a51d5a692811ad809d07ff26ae3267b8568c15c2fd5b5395453aa9b8b233a6
checksum: 56a5689e1b10d84b799b39e3e41a0bddbd7b073b042b89a82769329180239507843a8b016e542b33bd29dcb1b8303790858060135160fd960974e9076a8464da
languageName: node
linkType: hard

Expand Down Expand Up @@ -8714,7 +8714,7 @@ __metadata:
"@rnx-kit/babel-preset-metro-react-native": ^1.1.3
"@rnx-kit/metro-config": ^1.3.3
"@rnx-kit/metro-resolver-symlinks": ^0.1.22
"@stream-io/react-native-webrtc": 125.0.1-rc.1
"@stream-io/react-native-webrtc": 125.0.2-alpha.8
"@stream-io/video-filters-react-native": "workspace:^"
"@stream-io/video-react-native-sdk": "workspace:^"
"@types/eslint": ^8.56.10
Expand Down
Loading