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 @@ -34,7 +34,7 @@ jobs:
- run:
name: Install Build Tools v32.0.0
working_directory: example
command: sdkmanager "build-tools;32.0.0"
command: sdkmanager "build-tools;32.0.0"
- android/start-emulator-and-run-tests:
run-tests-working-directory: example/platforms/android
system-image: system-images;android-30;google_apis;x86
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 15.1.2 (2025-08-25)
* Bumps Instabug iOS SDK to `v15.1.2`

## 12.1.0 (2025-03-03)
* Bumps Instabug iOS SDK to `v12.1.0`
Expand Down
5 changes: 5 additions & 0 deletions example/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@
<content src="index.html" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />

<!-- iOS specific config -->
<platform name="ios">
<preference name="deployment-target" value="15.0" />
</platform>
</widget>
Loading