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
9f1b9da6
Commit
9f1b9da6
authored
Sep 29, 2022
by
Sai Sebastian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge Conflict
parent
c519cd08
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
10 deletions
+18
-10
Zoom_SDK.iml
.idea/Zoom_SDK.iml
+3
-2
build.gradle
android/build.gradle
+15
-8
No files found.
.idea/Zoom_SDK.iml
View file @
9f1b9da6
...
...
@@ -9,7 +9,7 @@
</content>
<orderEntry
type=
"inheritedJdk"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
name=
"Flutter Plugins"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"Dart SDK"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"Flutter Plugins"
level=
"project"
/>
</component>
</module>
\ No newline at end of file
android/build.gradle
View file @
9f1b9da6
...
...
@@ -48,11 +48,11 @@ android {
dependencies
{
implementation
'androidx.multidex:multidex:2.0.1'
implementation
'androidx.appcompat:appcompat:1.2.0'
implementation
'androidx.recyclerview:recyclerview:1.1.0'
implementation
'androidx.constraintlayout:constraintlayout:2.0.2'
implementation
'com.google.android.material:material:1.3.0-alpha03'
implementation
"androidx.multidex:multidex:2.0.0"
implementation
"androidx.appcompat:appcompat:1.3.1"
implementation
"androidx.recyclerview:recyclerview:1.2.1"
implementation
"androidx.constraintlayout:constraintlayout:2.1.0"
implementation
"com.google.android.material:material:1.4.0"
implementation
'com.google.android:flexbox:2.0.1'
implementation
"com.google.code.gson:gson:2.8.1"
...
...
@@ -63,9 +63,16 @@ dependencies {
implementation
"com.google.crypto.tink:tink-android:1.5.0"
implementation
"androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation
"com.google.android.exoplayer:exoplayer-core:2.12.3"
implementation
"com.google.android.exoplayer:exoplayer-ui:2.12.3"
implementation
"com.google.android.exoplayer:exoplayer-core:2.16.1"
implementation
"com.google.android.exoplayer:exoplayer-ui:2.16.1"
implementation
"com.airbnb.android:lottie:4.0.0"
implementation
"androidx.window:window:1.0.0"
implementation
"androidx.window:window-java:1.0.0"
implementation
"org.jetbrains.kotlin:kotlin-stdlib:1.6.0"
implementation
"androidx.core:core-ktx:1.7.0"
implementation
"androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0"
implementation
"androidx.lifecycle:lifecycle-runtime-ktx:2.4.0"
implementation
"androidx.fragment:fragment-ktx:1.4.1"
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test.ext:junit:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.2.0'
...
...
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