Skip to content

Commit 163ce40

Browse files
committed
3.0.1
1 parent 2b9166e commit 163ce40

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 3.0.1 - 2025-09-13
4+
5+
- Android: Ensure `openiap-google:1.1.0` is added inside `dependencies {}` and replace/dedupe existing entries. In local dev, remove the Maven line and rely on `project(':openiap-google')`. Library fallback bumped to 1.1.0.
6+
- iOS: Honor `enableLocalDev: false` even when `localPath` is set. Ensure CocoaPods CDN in Podfile and remove any stale local `pod 'openiap', :path => ...` lines.
7+
- Misc: Drop legacy Billing/GMS cleanup patterns, simplify prebuild logs, and add a short release blog post.
8+
39
## 3.0.0 - 2025-09-13
410

511
Breaking changes:

docs/blog/2025-09-13-v3.0.1.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
slug: v3.0.1
3+
title: v3.0.1 — Prebuild stability, dependency cleanup
4+
tags: [release, plugin, android, ios]
5+
---
6+
7+
This patch stabilizes prebuild and simplifies dependency handling.
8+
9+
<!-- truncate -->
10+
11+
Highlights
12+
13+
- Android: Add/replace `openiap-google:1.1.0` inside `dependencies {}`. In local dev, remove the Maven line and use `project(':openiap-google')`. Library fallback updated to 1.1.0.
14+
- iOS: Strictly respect `enableLocalDev: false`. Ensure CocoaPods CDN in Podfile; remove lingering local pod lines.
15+
16+
After prebuild
17+
18+
- iOS: Not seeing `pod 'openiap'` in your Podfile is expected; it’s pulled in via the Podspec.
19+
- Android: Exactly one `openiap-google:1.1.0` line inside `dependencies {}`. In local mode the Maven line is removed and `project(':openiap-google')` is used.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-iap",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "In App Purchase module in Expo",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)