From ee0afce7df6f2e558ade230245966bbc35b9c994 Mon Sep 17 00:00:00 2001 From: Ahmed alaa Date: Sun, 10 Nov 2024 23:30:41 +0200 Subject: [PATCH 1/6] chore(android): bump sdk to v14.0.0 --- CHANGELOG.md | 4 ++++ android/build.gradle | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8121ffca..377cdec2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ - Add support for tracing network requests from Instabug to services like Datadog and New Relic ([#481](https://github.com/Instabug/Instabug-Flutter/pull/481)). +### Changed + +- Bump Instabug Android SDK to v14.0.0 ([#530](https://github.com/Instabug/Instabug-Flutter/pull/530)). See release notes for [14.0.0](https://github.com/Instabug/Instabug-Android/releases/tag/v14.0.0). + ## [13.4.0](https://github.com/Instabug/Instabug-Flutter/compare/v13.3.0...v13.4.0) (September 29, 2024) ### Added diff --git a/android/build.gradle b/android/build.gradle index cc3b31177..ebaccfa51 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,5 @@ group 'com.instabug.flutter' -version '13.4.0' +version '14.0.0' buildscript { repositories { @@ -44,7 +44,7 @@ android { } dependencies { - api 'com.instabug.library:instabug:13.4.1' + api 'com.instabug.library:instabug:14.0.0' testImplementation 'junit:junit:4.13.2' testImplementation "org.mockito:mockito-inline:3.12.1" testImplementation "io.mockk:mockk:1.13.13" From ea3d3f402febd6f67a7fd7257afe69b08da9644c Mon Sep 17 00:00:00 2001 From: Ahmed alaa Date: Sun, 10 Nov 2024 23:40:09 +0200 Subject: [PATCH 2/6] chore(ios): bump sdk to v14.0.0 --- CHANGELOG.md | 4 ++++ example/ios/Podfile.lock | 10 +++++----- ios/instabug_flutter.podspec | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8121ffca..df20d5440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ - Add support for tracing network requests from Instabug to services like Datadog and New Relic ([#481](https://github.com/Instabug/Instabug-Flutter/pull/481)). +### Changed + +- Bump Instabug iOS SDK to v14.0.0 ([#531](https://github.com/Instabug/Instabug-Flutter/pull/531)). See release notes for [14.0.0](https://github.com/Instabug/Instabug-iOS/releases/tag/14.0.0), + ## [13.4.0](https://github.com/Instabug/Instabug-Flutter/compare/v13.3.0...v13.4.0) (September 29, 2024) ### Added diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index b0ee46890..f6cd7d9de 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,9 +1,9 @@ PODS: - Flutter (1.0.0) - - Instabug (13.4.2) + - Instabug (14.0.0) - instabug_flutter (13.4.0): - Flutter - - Instabug (= 13.4.2) + - Instabug (= 14.0.0) - OCMock (3.6) DEPENDENCIES: @@ -24,10 +24,10 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 - Instabug: 7a71890217b97b1e32dbca96661845396b66da2f - instabug_flutter: a2df87e3d4d9e410785e0b1ffef4bc64d1f4b787 + Instabug: a0beffc01658773e2fac549845782f8937707dc4 + instabug_flutter: 71ec9d13d57a4958cabab59fe06792cade3bf754 OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 PODFILE CHECKSUM: 8f7552fd115ace1988c3db54a69e4a123c448f84 -COCOAPODS: 1.14.3 +COCOAPODS: 1.16.2 diff --git a/ios/instabug_flutter.podspec b/ios/instabug_flutter.podspec index 1d362767f..9bac087bd 100644 --- a/ios/instabug_flutter.podspec +++ b/ios/instabug_flutter.podspec @@ -17,6 +17,6 @@ Pod::Spec.new do |s| s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'} s.dependency 'Flutter' - s.dependency 'Instabug', '13.4.2' + s.dependency 'Instabug', '14.0.0' end From 87ec4100daf958a2fed08433cdb60a2b11141d10 Mon Sep 17 00:00:00 2001 From: Ahmed alaa Date: Sun, 10 Nov 2024 23:43:52 +0200 Subject: [PATCH 3/6] Release: v14.0.0 --- CHANGELOG.md | 2 +- example/ios/Podfile.lock | 6 +++--- example/pubspec.lock | 2 +- ios/instabug_flutter.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8121ffca..eafd432bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased](https://github.com/Instabug/Instabug-Flutter/compare/v13.4.0...dev) +## [14.0.0](https://github.com/Instabug/Instabug-Flutter/compare/v13.4.0...dev) ### Added diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index b0ee46890..399439d4d 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,7 +1,7 @@ PODS: - Flutter (1.0.0) - Instabug (13.4.2) - - instabug_flutter (13.4.0): + - instabug_flutter (14.0.0): - Flutter - Instabug (= 13.4.2) - OCMock (3.6) @@ -25,9 +25,9 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 Instabug: 7a71890217b97b1e32dbca96661845396b66da2f - instabug_flutter: a2df87e3d4d9e410785e0b1ffef4bc64d1f4b787 + instabug_flutter: 15ee4093707f8e87a2faf56a9cf1c11dad5f9719 OCMock: 5ea90566be239f179ba766fd9fbae5885040b992 PODFILE CHECKSUM: 8f7552fd115ace1988c3db54a69e4a123c448f84 -COCOAPODS: 1.14.3 +COCOAPODS: 1.16.2 diff --git a/example/pubspec.lock b/example/pubspec.lock index febccd736..0b8cf5bd7 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -115,7 +115,7 @@ packages: path: ".." relative: true source: path - version: "13.4.0" + version: "14.0.0" instabug_http_client: dependency: "direct main" description: diff --git a/ios/instabug_flutter.podspec b/ios/instabug_flutter.podspec index 1d362767f..e129e564e 100644 --- a/ios/instabug_flutter.podspec +++ b/ios/instabug_flutter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'instabug_flutter' - s.version = '13.4.0' + s.version = '14.0.0' s.summary = 'Flutter plugin for integrating the Instabug SDK.' s.author = 'Instabug' s.homepage = 'https://www.instabug.com/platforms/flutter' diff --git a/pubspec.yaml b/pubspec.yaml index ba6dd0be2..05e312cdb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: instabug_flutter -version: 13.4.0 +version: 14.0.0 description: >- Instabug empowers mobile teams to monitor, prioritize, and debug performance and stability issues throughout the app development lifecycle. From 23e1a0a7c6aed15e9e4c309b804efbfa350a6ff4 Mon Sep 17 00:00:00 2001 From: Ahmed alaa Date: Mon, 11 Nov 2024 00:07:34 +0200 Subject: [PATCH 4/6] Release: v14.0.0 --- android/src/main/AndroidManifest.xml | 3 +-- example/android/app/build.gradle | 7 ++++--- example/android/app/src/debug/AndroidManifest.xml | 3 +-- example/android/app/src/main/AndroidManifest.xml | 3 +-- example/android/app/src/profile/AndroidManifest.xml | 3 +-- example/android/build.gradle | 6 +++++- example/android/gradle.properties | 3 +++ example/android/gradle/wrapper/gradle-wrapper.properties | 2 +- example/pubspec.lock | 8 -------- example/pubspec.yaml | 1 - 10 files changed, 17 insertions(+), 22 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index 8c678b4e2..c6dec7d9d 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -1,5 +1,4 @@ - + + diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 2416f09d0..483f4dd2e 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,4 @@ - + diff --git a/example/android/build.gradle b/example/android/build.gradle index 713d7f6e6..3a64d7e1e 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.2.0' + classpath 'com.android.tools.build:gradle:8.0.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } } @@ -19,6 +19,10 @@ allprojects { } rootProject.buildDir = '../build' + +//android { +// namespace 'com.instabug.flutter.example' +//} subprojects { project.buildDir = "${rootProject.buildDir}/${project.name}" } diff --git a/example/android/gradle.properties b/example/android/gradle.properties index 94adc3a3f..b9a9a2464 100644 --- a/example/android/gradle.properties +++ b/example/android/gradle.properties @@ -1,3 +1,6 @@ org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true +android.defaults.buildfeatures.buildconfig=true +android.nonTransitiveRClass=false +android.nonFinalResIds=false diff --git a/example/android/gradle/wrapper/gradle-wrapper.properties b/example/android/gradle/wrapper/gradle-wrapper.properties index 6b665338b..89e56bdb6 100644 --- a/example/android/gradle/wrapper/gradle-wrapper.properties +++ b/example/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-all.zip diff --git a/example/pubspec.lock b/example/pubspec.lock index febccd736..14416e61e 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -41,14 +41,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.18.0" - espresso: - dependency: "direct dev" - description: - name: espresso - sha256: "641bdfcaec98b2fe2f5c90d61a16cdf6879ddac4d7333a6467ef03d60933596b" - url: "https://pub.dev" - source: hosted - version: "0.2.0+5" fake_async: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 7f3e9e622..fe72aaa2d 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -29,7 +29,6 @@ dependencies: instabug_http_client: ^2.4.0 dev_dependencies: - espresso: 0.2.0+5 flutter_driver: sdk: flutter flutter_test: From b8881616b4c7d4a9a95d9c4409dec3c83409de8b Mon Sep 17 00:00:00 2001 From: Ahmed alaa Date: Mon, 11 Nov 2024 01:46:11 +0200 Subject: [PATCH 5/6] Release: v14.0.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5faa666fb..10dc6a3ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,8 @@ ### Changed -- Bump Instabug Android SDK to v14.0.0 ([#530](https://github.com/Instabug/Instabug-Flutter/pull/530)). See release notes for [14.0.0](https://github.com/Instabug/Instabug-Android/releases/tag/v14.0.0). -- Bump Instabug iOS SDK to v14.0.0 ([#531](https://github.com/Instabug/Instabug-Flutter/pull/531)). See release notes for [14.0.0](https://github.com/Instabug/Instabug-iOS/releases/tag/14.0.0), +- Bump Instabug Android SDK to v14.0.0 ([#532](https://github.com/Instabug/Instabug-Flutter/pull/532)). See release notes for [14.0.0](https://github.com/Instabug/Instabug-Android/releases/tag/v14.0.0). +- Bump Instabug iOS SDK to v14.0.0 ([#532](https://github.com/Instabug/Instabug-Flutter/pull/532)). See release notes for [14.0.0](https://github.com/Instabug/Instabug-iOS/releases/tag/14.0.0), ## [13.4.0](https://github.com/Instabug/Instabug-Flutter/compare/v13.3.0...v13.4.0) (September 29, 2024) From 0f46e3cfc9363304a75f84404cb1b4fda9f5e144 Mon Sep 17 00:00:00 2001 From: Ahmed alaa Date: Mon, 11 Nov 2024 12:37:06 +0200 Subject: [PATCH 6/6] Release: v14.0.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10dc6a3ba..119f6e213 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [14.0.0](https://github.com/Instabug/Instabug-Flutter/compare/v13.4.0...dev) +## [14.0.0](https://github.com/Instabug/Instabug-Flutter/compare/v13.4.0...v14.0.0) (November 11, 2024) ### Added @@ -8,8 +8,8 @@ ### Changed -- Bump Instabug Android SDK to v14.0.0 ([#532](https://github.com/Instabug/Instabug-Flutter/pull/532)). See release notes for [14.0.0](https://github.com/Instabug/Instabug-Android/releases/tag/v14.0.0). -- Bump Instabug iOS SDK to v14.0.0 ([#532](https://github.com/Instabug/Instabug-Flutter/pull/532)). See release notes for [14.0.0](https://github.com/Instabug/Instabug-iOS/releases/tag/14.0.0), +- Bump Instabug Android SDK to v14.0.0 ([#532](https://github.com/Instabug/Instabug-Flutter/pull/532)). [See release notes](https://github.com/Instabug/Instabug-Android/releases/tag/v14.0.0). +- Bump Instabug iOS SDK to v14.0.0 ([#532](https://github.com/Instabug/Instabug-Flutter/pull/532)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/14.0.0), ## [13.4.0](https://github.com/Instabug/Instabug-Flutter/compare/v13.3.0...v13.4.0) (September 29, 2024)