Skip to content

Commit

Permalink
Dev/2.9.1 (AgoraIO-Extensions#36)
Browse files Browse the repository at this point in the history
* feat. upgrade ios 2.9.1

* feat. add some iOS native methods

* feat. support agora native iOS 2.9.1

* feat. support native & dart api

* update. example

* chore. update plugin to 1.0.1
  • Loading branch information
Matrixbirds authored Oct 13, 2019
1 parent 3867a9f commit 35754e6
Show file tree
Hide file tree
Showing 11 changed files with 2,549 additions and 853 deletions.
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,42 @@ example/ios/Podfile.lock.classpath
.project
.settings
**/*.classpath

# Android related
**/android/**/gradle-wrapper.jar
**/android/.gradle
**/android/captures/
**/android/gradlew
**/android/gradlew.bat
**/android/local.properties
**/android/**/GeneratedPluginRegistrant.java
**/android/key.properties
*.jks

# iOS/XCode related
**/ios/**/*.mode1v3
**/ios/**/*.mode2v3
**/ios/**/*.moved-aside
**/ios/**/*.pbxuser
**/ios/**/*.perspectivev3
**/ios/**/*sync/
**/ios/**/.sconsign.dblite
**/ios/**/.tags*
**/ios/**/.vagrant/
**/ios/**/DerivedData/
**/ios/**/Icon?
**/ios/**/Pods/
**/ios/**/.symlinks/
**/ios/**/profile
**/ios/**/xcuserdata
**/ios/.generated/
**/ios/Flutter/App.framework
**/ios/Flutter/Flutter.framework
**/ios/Flutter/Generated.xcconfig
**/ios/Flutter/app.flx
**/ios/Flutter/app.zip
**/ios/Flutter/flutter_assets/
**/ios/Flutter/flutter_export_environment.sh
**/ios/ServiceDefinitions.json
**/ios/Runner/GeneratedPluginRegistrant.*
android/gradle/wrapper/gradle-wrapper.properties
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ android {
}

dependencies {
implementation 'io.agora.rtc:full-sdk:2.9.0'
implementation 'io.agora.rtc:full-sdk:2.9.1'
}
Loading

0 comments on commit 35754e6

Please sign in to comment.