Skip to content

Commit bcb42c1

Browse files
Release: 15.1.2 (#184)
* Release: 12.2.0 * Release: 12.2.0 * Release: 12.2.0 * Release: 12.2.0 * Release: 12.2.0 * Release: 12.2.0 * Release: 15.1.2
1 parent 50ad8bc commit bcb42c1

File tree

11 files changed

+163
-997
lines changed

11 files changed

+163
-997
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run:
3535
name: Install Build Tools v32.0.0
3636
working_directory: example
37-
command: sdkmanager "build-tools;32.0.0"
37+
command: sdkmanager "build-tools;32.0.0"
3838
- android/start-emulator-and-run-tests:
3939
run-tests-working-directory: example/platforms/android
4040
system-image: system-images;android-30;google_apis;x86

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 15.1.2 (2025-08-25)
2+
* Bumps Instabug iOS SDK to `v15.1.2`
13

24
## 12.1.0 (2025-03-03)
35
* Bumps Instabug iOS SDK to `v12.1.0`

example/config.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@
88
<content src="index.html" />
99
<allow-intent href="http://*/*" />
1010
<allow-intent href="https://*/*" />
11+
12+
<!-- iOS specific config -->
13+
<platform name="ios">
14+
<preference name="deployment-target" value="15.0" />
15+
</platform>
1116
</widget>

0 commit comments

Comments
 (0)