Skip to content

Commit 899a5b9

Browse files
a7medevHeshamMegid
authored andcommitted
chore(android): bump sdk to v12.5.0 (#424)
* chore(android): bump sdk to v12.5.0 * chore: update changelog
1 parent 31bd473 commit 899a5b9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [Unreleased](https://github.com/Instabug/Instabug-Flutter/compare/v12.4.0...dev)
4+
5+
### Changed
6+
7+
- Bump Instabug Android SDK to v12.5.0 ([#424](https://github.com/Instabug/Instabug-Flutter/pull/424)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v12.5.0).
8+
39
## [12.4.0](https://github.com/Instabug/Instabug-Flutter/compare/v12.2.0...12.4.0) (December 13, 2023)
410

511
### Changed
@@ -16,7 +22,7 @@
1622

1723
### Fixed
1824

19-
- Re-enable screenshot capturing for Crash Reporting and Session Replay by removing redundant mapping ([#407](https://github.com/Instabug/Instabug-Flutter/pull/407)).
25+
- Re-enable screenshot capturing for Crash Reporting and Session Replay by removing redundant mapping ([#407](https://github.com/Instabug/Instabug-Flutter/pull/407)).
2026

2127
## [12.1.0](https://github.com/Instabug/Instabug-Flutter/compare/v11.14.0...v12.1.0) (September 28, 2023)
2228

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
}
4242

4343
dependencies {
44-
api 'com.instabug.library:instabug:12.4.1'
44+
api 'com.instabug.library:instabug:12.5.0'
4545

4646
testImplementation 'junit:junit:4.13.2'
4747
testImplementation "org.mockito:mockito-inline:3.12.1"

0 commit comments

Comments
 (0)