diff --git a/examples/mobile/android/.idea/migrations.xml b/examples/mobile/android/.idea/migrations.xml new file mode 100644 index 00000000..f8051a6f --- /dev/null +++ b/examples/mobile/android/.idea/migrations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/examples/mobile/android/app/libs/libwebrtc.jar b/examples/mobile/android/app/libs/libwebrtc.jar index f0d85d8f..66e3e3a8 100644 Binary files a/examples/mobile/android/app/libs/libwebrtc.jar and b/examples/mobile/android/app/libs/libwebrtc.jar differ diff --git a/examples/mobile/build_android.sh b/examples/mobile/build_android.sh index 515d0e67..a9914673 100755 --- a/examples/mobile/build_android.sh +++ b/examples/mobile/build_android.sh @@ -1 +1,2 @@ +# Note: Remember to update libwebrtc from https://github.com/livekit/rust-sdks/releases cargo ndk -t armeabi-v7a -t arm64-v8a -o ./android/app/src/main/jniLibs build --release \ No newline at end of file