Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ commands:
steps:
- run:
name: Install Appium
command: npm install -g appium
command: npm install -g appium@2.19.0
- when:
condition:
equal:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [15.0.3](https://github.com/Instabug/Instabug-Flutter/compare/v14.3.0...15.0.2) (Aug 22, 2025)

- Bump Instabug iOS SDK to v15.1.2 ([#628](https://github.com/Instabug/Instabug-Flutter/pull/628)). [See release notes](https://github.com/Instabug/Instabug-iOS/releases/tag/15.1.2).

## [15.0.2](https://github.com/Instabug/Instabug-Flutter/compare/v14.3.0...15.0.2) (Jul 7, 2025)

### Added
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.instabug.flutter'
version '15.0.2'
version '15.0.3'

buildscript {
repositories {
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Flutter (1.0.0)
- Instabug (15.1.1)
- instabug_flutter (15.0.2):
- Instabug (15.1.2)
- instabug_flutter (15.0.3):
- Flutter
- Instabug (= 15.1.1)
- Instabug (= 15.1.2)
- OCMock (3.6)

DEPENDENCIES:
Expand All @@ -24,8 +24,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
Instabug: 3e7af445c14d7823fcdecba223f09b5f7c0c6ce1
instabug_flutter: c5a8cb73d6c50dd193fc267b0b283087dc05c37a
Instabug: af6e48d92b0552606c222d7e1dfcbec5deb01d38
instabug_flutter: 0813c0519409e22ca3d4a11ffea36eb8ab78d929
OCMock: 5ea90566be239f179ba766fd9fbae5885040b992

PODFILE CHECKSUM: 4d0aaaf6a444f68024f992999ff2c2ee26baa6ec
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ packages:
path: ".."
relative: true
source: path
version: "15.0.2"
version: "15.0.3"
instabug_http_client:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions ios/instabug_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'instabug_flutter'
s.version = '15.0.2'
s.version = '15.0.3'
s.summary = 'Flutter plugin for integrating the Instabug SDK.'
s.author = 'Instabug'
s.homepage = 'https://www.instabug.com/platforms/flutter'
Expand All @@ -17,6 +17,6 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "InstabugSDK"'}

s.dependency 'Flutter'
s.dependency 'Instabug', '15.1.1'
s.dependency 'Instabug', '15.1.2'
end

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: instabug_flutter
version: 15.0.2
version: 15.0.3
description: >-
Instabug empowers mobile teams to monitor, prioritize, and debug
performance and stability issues throughout the app development lifecycle.
Expand Down