Skip to content

Commit 794ef19

Browse files
kholood-eamzelzoghbiahmedAlaaInstabug
authored
Release: v14.3.1 (#577) (#588)
* release: v14.3.1 Co-authored-by: Mohamed Zakaria El-Zoghbi <[email protected]> Co-authored-by: ahmed alaa <[email protected]>
1 parent b67d1bf commit 794ef19

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414

1515
- Bump Instabug Android SDK to v15.0.1 ([#581](https://github.com/Instabug/Instabug-Flutter/pull/581)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v15.0.1).
1616

17+
## [14.3.1](https://github.com/Instabug/Instabug-Flutter/compare/v14.3.0...14.3.1) (May 20, 2025)
18+
19+
### Changed
20+
21+
- Bump Instabug Android SDK to v14.3.1 ([#577](https://github.com/Instabug/Instabug-Flutter/pull/577)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v14.3.1).
22+
1723
## [14.3.0](https://github.com/Instabug/Instabug-Flutter/compare/v14.1.0...14.3.0) (April 21, 2025)
1824

1925
### Added

android/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ rootProject.allprojects {
1616
repositories {
1717
google()
1818
mavenCentral()
19+
maven {
20+
url 'https://oss.sonatype.org/content/repositories/snapshots'
21+
}
1922
}
2023
}
2124

0 commit comments

Comments
 (0)