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 b4bc7ab commit 057909fCopy full SHA for 057909f
CHANGELOG.md
@@ -9,6 +9,7 @@
9
### Changed
10
11
- Bump Instabug iOS SDK to v13.0.0 ([#1189](https://github.com/Instabug/Instabug-React-Native/pull/1189)). [See release notes](https://github.com/instabug/instabug-ios/releases/tag/13.0.0).
12
+- Bump Instabug Android SDK to v13.0.0 ([#1188](https://github.com/Instabug/Instabug-React-Native/pull/1188)). [See release notes](https://github.com/Instabug/android/releases/tag/v13.0.0).
13
14
## [12.9.0](https://github.com/Instabug/Instabug-React-Native/compare/v12.8.0...dev)(April 2, 2024)
15
android/native.gradle
@@ -1,5 +1,5 @@
1
project.ext.instabug = [
2
- version: '12.9.0'
+ version: '13.0.0'
3
]
4
5
dependencies {
0 commit comments