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 @@ ...@@ -6,11 +6,6 @@
<option name="testRunner" value="GRADLE" /> <option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" /> <option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" /> <option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />
</set>
</option>
</GradleProjectSettings> </GradleProjectSettings>
</option> </option>
</component> </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"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <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" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">
......
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<project version="4"> <project version="4">
<component name="ProjectModuleManager"> <component name="ProjectModuleManager">
<modules> <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/android.iml" filepath="$PROJECT_DIR$/.idea/modules/android.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" />
</modules> </modules>
</component> </component>
</project> </project>
\ No newline at end of file
...@@ -19,7 +19,7 @@ rootProject.allprojects { ...@@ -19,7 +19,7 @@ rootProject.allprojects {
jcenter() jcenter()
flatDir { flatDir {
dirs project(':flutter_zoom_sdk').file('libs') dirs project(':').file('libs')
} }
} }
} }
...@@ -49,6 +49,9 @@ android { ...@@ -49,6 +49,9 @@ android {
dependencies { 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.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.recyclerview:recyclerview:1.2.1'
...@@ -74,9 +77,4 @@ dependencies { ...@@ -74,9 +77,4 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' 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 @@ ...@@ -5,4 +5,4 @@
# For customization when using a Version Control System, please read the # For customization when using a Version Control System, please read the
# header note. # header note.
#Sat Jun 19 16:14:27 IST 2021 #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 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 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 version: 1.1.2+7
homepage: https://github.com/evilrat/flutter_zoom_sdk homepage: https://gitlab.techware.co.in/sai/Zoom_SDK
repository: https://github.com/evilrat/flutter_zoom_sdk repository: https://gitlab.techware.co.in/sai/Zoom_SDK
issue_tracker: https://github.com/evilrat/flutter_zoom_sdk/issues issue_tracker: https://gitlab.techware.co.in/sai/Zoom_SDK/issues
environment: environment:
sdk: ">=2.12.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"
...@@ -33,4 +33,4 @@ flutter: ...@@ -33,4 +33,4 @@ flutter:
pluginClass: FlutterZoomSdkPlugin pluginClass: FlutterZoomSdkPlugin
web: web:
pluginClass: ZoomViewWeb pluginClass: ZoomViewWeb
fileName: flutter_zoom_web.dart fileName: flutter_zoom_web.dart
\ No newline at end of file
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