Skip to content

Commit a53c8c0

Browse files
Merge remote-tracking branch 'origin/dev' into feat/screen-render
2 parents dce7286 + 5d82000 commit a53c8c0

37 files changed

+253
-263
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [Unreleased](https://github.com/Instabug/Instabug-Flutter/compare/v14.3.0...dev)
44

55
### Added
66

7+
- Add support for xCode 16. ([#574](https://github.com/Instabug/Instabug-Flutter/pull/574))
8+
79
- Add support for BugReporting user consents. ([#573](https://github.com/Instabug/Instabug-Flutter/pull/573))
810

911
## [14.3.0](https://github.com/Instabug/Instabug-Flutter/compare/v14.1.0...14.3.0) (April 21, 2025)
@@ -18,12 +20,10 @@
1820

1921
- Bump Instabug Android SDK to v14.3.0 ([#569](https://github.com/Instabug/Instabug-Flutter/pull/569)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v14.3.0).
2022

21-
2223
### Fixed
2324

2425
- Fixed an issue with `SetReproStepsConfig` on Android platform ([#543](https://github.com/Instabug/Instabug-Flutter/pull/543)).
2526

26-
2727
## [14.1.0](https://github.com/Instabug/Instabug-Flutter/compare/v14.0.0...v14.1.0) (January 2, 2025)
2828

2929
### Changed

android/build.gradle

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,9 @@ rootProject.allprojects {
1616
repositories {
1717
google()
1818
mavenCentral()
19-
maven {
20-
url "https://mvn.instabug.com/nexus/repository/instabug-internal/"
21-
credentials {
22-
username "instabug"
23-
password System.getenv("INSTABUG_REPOSITORY_PASSWORD")
24-
}
25-
}
2619
}
2720
}
2821

29-
3022
apply plugin: 'com.android.library'
3123

3224
android {
@@ -52,10 +44,11 @@ android {
5244
}
5345

5446
dependencies {
55-
api 'com.instabug.library:instabug:14.3.0.6752106-SNAPSHOT'
47+
api 'com.instabug.library:instabug:14.3.0'
5648
testImplementation 'junit:junit:4.13.2'
5749
testImplementation "org.mockito:mockito-inline:3.12.1"
5850
testImplementation "io.mockk:mockk:1.13.13"
51+
5952
}
6053

6154
// add upload_symbols task

android/src/main/java/com/instabug/apm/networking/ApmNetworkLoggerHelper.java

Lines changed: 0 additions & 120 deletions
This file was deleted.

0 commit comments

Comments
 (0)