Commit b0556d55 by Sai Sebastian
parents 1a6118f1 a63a30fd
No preview for this file type
flutter_zoom_sdk
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CompilerConfiguration">
<bytecodeTargetLevel target="11" />
</component>
</project>
\ No newline at end of file
......@@ -6,11 +6,6 @@
<option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
</GradleProjectSettings>
</option>
</component>
......
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RemoteRepositoriesConfiguration">
<remote-repository>
<option name="id" value="central" />
<option name="name" value="Maven Central repository" />
<option name="url" value="https://repo1.maven.org/maven2" />
</remote-repository>
<remote-repository>
<option name="id" value="jboss.community" />
<option name="name" value="JBoss Community repository" />
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
<remote-repository>
<option name="id" value="BintrayJCenter" />
<option name="name" value="BintrayJCenter" />
<option name="url" value="https://jcenter.bintray.com/" />
</remote-repository>
<remote-repository>
<option name="id" value="Google" />
<option name="name" value="Google" />
<option name="url" value="https://dl.google.com/dl/android/maven2/" />
</remote-repository>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="Android Studio default JDK" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" project-jdk-name="Android Studio default JDK" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
......
......@@ -2,10 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/modules/flutter_zoom_sdk.iml" filepath="$PROJECT_DIR$/.idea/modules/flutter_zoom_sdk.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/flutter_zoom_sdk.androidTest.iml" filepath="$PROJECT_DIR$/.idea/modules/flutter_zoom_sdk.androidTest.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/flutter_zoom_sdk.main.iml" filepath="$PROJECT_DIR$/.idea/modules/flutter_zoom_sdk.main.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/flutter_zoom_sdk.unitTest.iml" filepath="$PROJECT_DIR$/.idea/modules/flutter_zoom_sdk.unitTest.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/modules/android.iml" filepath="$PROJECT_DIR$/.idea/modules/android.iml" />
</modules>
</component>
</project>
\ No newline at end of file
......@@ -19,7 +19,7 @@ rootProject.allprojects {
jcenter()
flatDir {
dirs project(':flutter_zoom_sdk').file('libs')
dirs project(':').file('libs')
}
}
}
......@@ -49,6 +49,9 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
implementation files('libs/commonlib.aar')
implementation files('libs/mobilertc.aar')
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
......@@ -74,9 +77,4 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
//implementation fileTree(dir: 'libs', include: ['*.aar', '*.jar'], exclude: [])
implementation fileTree(include: '*.aar', dir: '../../Zoom_SDK/android/libs/')
compileOnly files('libs/commonlib.aar')
compileOnly files('libs/mobilertc.aar')
}
\ No newline at end of file
......@@ -5,4 +5,4 @@
# For customization when using a Version Control System, please read the
# header note.
#Sat Jun 19 16:14:27 IST 2021
sdk.dir=/Users/yashkumar/Library/Android/sdk
sdk.dir=/Users/chris-mac-mini-2/Library/Android/sdk
name: flutter_zoom_sdk
description: Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by EvilRATT
version: 1.1.2+7
homepage: https://github.com/evilrat/flutter_zoom_sdk
repository: https://github.com/evilrat/flutter_zoom_sdk
issue_tracker: https://github.com/evilrat/flutter_zoom_sdk/issues
homepage: https://gitlab.techware.co.in/sai/Zoom_SDK
repository: https://gitlab.techware.co.in/sai/Zoom_SDK
issue_tracker: https://gitlab.techware.co.in/sai/Zoom_SDK/issues
environment:
sdk: ">=2.12.0 <3.0.0"
......
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