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.
v11.11.0
1 parent 1589425 commit 0900b4cCopy full SHA for 0900b4c
CHANGELOG.md
@@ -8,6 +8,7 @@
8
9
### Changed
10
11
+- Bump Instabug Android SDK to v11.11.0 ([#963](https://github.com/Instabug/Instabug-React-Native/pull/963)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v11.11.0).
12
- Return a `Promise` from the below APIs ([#948](https://github.com/Instabug/Instabug-React-Native/pull/948)):
13
14
- `Instabug.getTags`
android/native.gradle
@@ -1,5 +1,5 @@
1
project.ext.instabug = [
2
- version: '11.9.0'
+ version: '11.11.0'
3
]
4
5
dependencies {
0 commit comments