8000 Update build.gradle (#1393) · InventYang/flutter-webrtc@b489458 · GitHub
[go: up one dir, main page]

Skip to content

Commit b489458

Browse files
author
Kairat
authored
Update build.gradle (flutter-webrtc#1393)
1 parent 442b06f commit b489458

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ apply plugin: 'com.android.library'
2525
apply plugin: 'kotlin-android'
2626

2727
android {
28+
if (project.android.hasProperty("namespace")) {
29+
namespace 'com.cloudwebrtc.webrtc'
30+
}
2831
compileSdkVersion 31
2932

3033
defaultConfig {

0 commit comments

Comments
 (0)
0