Commit 5bd7059a by Sai Sebastian

Gradle Fix

parent 0b0418d1
......@@ -11,5 +11,6 @@
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Dart Packages" level="project" />
<orderEntry type="library" name="Flutter Plugins" level="project" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_16" project-jdk-name="11" project-jdk-type="JavaSDK" />
</project>
\ No newline at end of file
......@@ -69,7 +69,7 @@ dependencies {
// https://mvnrepository.com/artifact/com.airbnb.android/lottie
implementation 'com.airbnb.android:lottie:2.5.1'
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
implementation fileTree(include: ['*.jar', '*.aar'], dir: 'libs')
implementation files('libs/commonlib.aar')
implementation files('libs/mobilertc.aar')
// implementation(name:'commonlib', ext:'aar')
......
-keep class us.zoom.**{*;}
-keep class com.zipow.**{*;}
-keep class us.zipow.**{*;}
-keep class org.webrtc.**{*;}
-keep class us.google.protobuf.**{*;}
-keep class com.google.crypto.tink.**{*;}
-keep class androidx.security.crypto.**{*;}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment