8000 Update WebRTC to 1.0.25821 and lower API level to 17 · flutter-webrtc/flutter-webrtc@d2245d0 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2245d0

Browse files
committed
Update WebRTC to 1.0.25821 and lower API level to 17
1 parent f5c8a14 commit d2245d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525
compileSdkVersion 28
2626

2727
defaultConfig {
28-
minSdkVersion 21
28+
minSdkVersion 17
2929
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3030
}
3131

@@ -40,6 +40,6 @@ android {
4040
}
4141

4242
dependencies {
43-
api 'org.webrtc:google-webrtc:1.0.25331'
43+
api 'org.webrtc:google-webrtc:1.0.25821'
4444
implementation "com.android.support:support-annotations:22.0.0"
4545
}

0 commit comments

Comments
 (0)
0