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 050461d commit 453dcc7Copy full SHA for 453dcc7
CHANGELOG.md
@@ -9,6 +9,7 @@
9
10
### Changed
11
12
+- Bump Instabug Android SDK to v12.9.0 ([#1168](https://github.com/Instabug/Instabug-React-Native/pull/1168)). [See release notes](https://github.com/Instabug/android/releases/tag/v12.9.0).
13
- Bump Instabug iOS SDK to v12.9.0 ([#1168](https://github.com/Instabug/Instabug-React-Native/pull/1168)). [See release notes](https://github.com/instabug/instabug-ios/releases/tag/12.9.0).
14
15
## [12.8.0](https://github.com/Instabug/Instabug-React-Native/compare/v12.7.1...v12.8.0) (February 25, 2024)
android/native.gradle
@@ -1,5 +1,5 @@
1
project.ext.instabug = [
2
- version: '12.8.0'
+ version: '12.9.0'
3
]
4
5
dependencies {
0 commit comments