File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 14
14
15
15
- 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 ) .
16
16
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
+
17
23
## [ 14.3.0] ( https://github.com/Instabug/Instabug-Flutter/compare/v14.1.0...14.3.0 ) (April 21, 2025)
18
24
19
25
### Added
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ rootProject.allprojects {
16
16
repositories {
17
17
google()
18
18
mavenCentral()
19
+ maven {
20
+ url ' https://oss.sonatype.org/content/repositories/snapshots'
21
+ }
19
22
}
20
23
}
21
24
You can’t perform that action at this time.
0 commit comments