Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 02ece8f

Browse files
a7medevHeshamMegid
authored andcommitted
[MOB-12549] Bump Android SDK to v11.13.0 (#996)
* Bump Android SDK * Update Changelog
1 parent dbb8bf5 commit 02ece8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased](https://github.com/Instabug/Instabug-React-Native/compare/v11.12.0...dev)
44

5+
### Changed
6+
7+
- Bump Instabug Android SDK to v11.13.0 ([#996](https://github.com/Instabug/Instabug-React-Native/pull/996)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v11.13.0).
8+
59
### Fixed
610

711
- Fix an issue with the Android sourcemaps upload Gradle task getting recreated when both `bundleReleaseJsAndAssets` and `createBundleReleaseJsAndAssets` tasks exist in the same Android project ([#991](https://github.com/Instabug/Instabug-React-Native/pull/991)), closes [#989](https://github.com/Instabug/Instabug-React-Native/issues/989).

android/native.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project.ext.instabug = [
2-
version: '11.12.0'
2+
version: '11.13.0'
33
]
44

55
dependencies {

0 commit comments

Comments
 (0)