Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
Zoom_SDK
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sai Sebastian
Zoom_SDK
Commits
5bd7059a
Commit
5bd7059a
authored
Sep 27, 2022
by
Sai Sebastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Gradle Fix
parent
0b0418d1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
1 deletion
+15
-1
Zoom_SDK.iml
.idea/Zoom_SDK.iml
+2
-0
misc.xml
.idea/misc.xml
+5
-0
build.gradle
android/build.gradle
+1
-1
proquard-rules.pro
android/proquard-rules.pro
+7
-0
No files found.
.idea/Zoom_SDK.iml
View file @
5bd7059a
...
...
@@ -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
.idea/misc.xml
0 → 100644
View file @
5bd7059a
<?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
android/build.gradle
View file @
5bd7059a
...
...
@@ -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')
...
...
android/proquard-rules.pro
0 → 100644
View file @
5bd7059a
-
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
.
**
{
*
;}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment