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

update . #2

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
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
10 changes: 7 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
compileSdkVersion 31

defaultConfig {
minSdkVersion 21
minSdkVersion 23
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
consumerProguardFiles 'proguard-rules.pro'
}
Expand All @@ -51,9 +51,13 @@ android {
}

dependencies {
implementation 'io.github.webrtc-sdk:android:114.5735.02'
implementation 'io.github.webrtc-sdk:android:114.5735.02'
implementation 'com.twilio:audioswitch:1.1.8'
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'androidx.annotation:annotation:1.6.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

// ML Kit
implementation 'com.google.mlkit:segmentation-selfie:16.0.0-beta4'
implementation 'androidx.camera:camera-core:1.2.3'
// implementation files('libwebrtc.aar')
}
4 changes: 2 additions & 2 deletions android/local.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Sat May 20 23:50:57 ICT 2023
sdk.dir=/home/lambiengcode/Android/Sdk
#Tue Jul 18 10:35:26 ICT 2023
sdk.dir=/Users/lambiengcode/Library/Android/sdk
2 changes: 1 addition & 1 deletion android/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Flutter WebRTC
-keep class com.cloudwebrtc.webrtc.** { *; }
-keep class org.webrtc.** { *; }
-keep class org.webrtc.** { *; }
Loading