We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5438e5b commit b10e519Copy full SHA for b10e519
CHANGELOG.md
@@ -5,6 +5,7 @@
5
### Changed
6
7
- Bump Instabug iOS SDK to v12.6.0 ([#1095](https://github.com/Instabug/Instabug-React-Native/pull/1095)). [See release notes](https://github.com/instabug/instabug-ios/releases/tag/12.6.0).
8
+- Bump Instabug Android SDK to v12.6.0 ([#1096](https://github.com/Instabug/Instabug-React-Native/pull/1096)). [See release notes](https://github.com/Instabug/android/releases/tag/v12.6.0).
9
10
## [12.5.0](https://github.com/Instabug/Instabug-React-Native/compare/v12.4.0...v12.5.0) (January 9, 2024)
11
android/native.gradle
@@ -1,5 +1,5 @@
1
project.ext.instabug = [
2
- version: '12.5.1'
+ version: '12.6.0'
3
]
4
dependencies {
0 commit comments