Skip to content

Commit

Permalink
Merge pull request #208 from Instabug/release/10.9.1
Browse files Browse the repository at this point in the history
[MOB-6114] Release/10.9.1
  • Loading branch information
ymabdallah authored Oct 13, 2021
2 parents 91f129e + f92db4f commit 4ba9e18
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 36 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v10.9.1 (2021-10-13)

* Bumps Instabug Android SDK to v10.9.1
* Bumps Instabug iOS SDK to v10.9.3
* Fixes an issue with network requests not getting logged on iOS

## v10.9.0 (2021-09-28)

* Migrates to Flutter Android embedding v2
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ android {
}
}
dependencies {
implementation 'com.instabug.library:instabug:10.9.0'
implementation 'com.instabug.library:instabug:10.9.1'
testImplementation 'junit:junit:4.12'
}
1 change: 1 addition & 0 deletions example/ios/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
**/DerivedData/
Icon?
**/Pods/
Podfile.lock
**/.symlinks/
profile
xcuserdata
Expand Down
33 changes: 0 additions & 33 deletions example/ios/Podfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion ios/instabug_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A new flutter plugin project.
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Instabug', '10.9.2'
s.dependency 'Instabug', '10.9.3'

s.ios.deployment_target = '10.0'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: instabug_flutter
version: 10.9.0
version: 10.9.1
description: >-
Deliver the best user experience through a comprehensive platform that will
help you uncover, analyze and fix any app performance, quality or stability issues.
Expand Down

0 comments on commit 4ba9e18

Please sign in to comment.