https://github.com/cloudwebrtc/livekit-sdk-size-comparison-for-app
https://github.com/cloudwebrtc/livekit-sdk-size-comparison-for-app
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudwebrtc/livekit-sdk-size-comparison-for-app
- Owner: cloudwebrtc
- Created: 2022-09-29T04:48:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-11T01:49:28.000Z (over 3 years ago)
- Last Synced: 2024-10-19T07:53:49.097Z (over 1 year ago)
- Language: Swift
- Size: 52 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# livekit-sdk-size-comparison-for-app
# Android
app/build.gradle
```
buildTypes {
release {
minifyEnabled true #Set to true here
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
ndk {
abiFilters "arm64-v8a" # only arm64
}
}
debug {
ndk {
abiFilters "arm64-v8a"
}
}
}
.....
# add dependencies
implementation("io.livekit:livekit-android:1.1.3") {
exclude group: 'com.github.webrtc-sdk', module: 'android'
exclude group: 'androidx.compose.ui', module: 'ui'
}
api 'com.github.webrtc-sdk:android-test:104.5112.01'
```
# iOS
open `uikit-minimal-dev.xcworkspace`
Add Packages Dependencies, Add Localation `https://github.com/livekit/client-sdk-swift.git` branch `for-binary-size-optimization`