Skip to content

Commit febea66

Browse files
author
revenuecat-ops
committed
Version bump for 9.18.1
1 parent b500713 commit febea66

File tree

11 files changed

+35
-17
lines changed

11 files changed

+35
-17
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
command: sudo pip install awscli
355355
- run:
356356
name: Deploy to S3
357-
command: aws s3 sync ~/project/docs/9.19.0-SNAPSHOT s3://purchases-docs/android/9.19.0-SNAPSHOT --delete
357+
command: aws s3 sync ~/project/docs/9.18.1 s3://purchases-docs/android/9.18.1 --delete
358358
- run:
359359
name: Update index.html
360360
command: aws s3 cp ~/project/docs/index.html s3://purchases-docs/android/index.html

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.19.0-SNAPSHOT
1+
9.18.1

CHANGELOG.latest.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
## RevenueCatUI SDK
2-
### 🐞 Bugfixes
3-
* Retry creation of font folder (#2965) via Cesar de la Vega (@vegaro)
4-
### Paywallv2
5-
#### ✨ New Features
6-
* Add exit offers support to PaywallActivity and PaywallDialog (#2938) via Cesar de la Vega (@vegaro)
1+
## RevenueCat SDK
2+
### 📦 Dependency Updates
3+
* [RENOVATE] Update dependency gradle to v8.14.3 (#2977) via RevenueCat Git Bot (@RCGitBot)
74

85
### 🔄 Other Changes
9-
* Improve event tracking reliability (#2968) via Toni Rico (@tonidero)
10-
* Use @ExperimentalPreviewRevenueCatPurchasesAPI for non subscription tracking API (#2962) via Pol Miro (@polmiro)
6+
* Bump uri from 1.0.3 to 1.0.4 (#2984) via dependabot[bot] (@dependabot[bot])
7+
* [AUTOMATIC] Update golden test files for backend integration tests (#2985) via RevenueCat Git Bot (@RCGitBot)
8+
* Add better error message when opening SimulatedStoreErrorDialogActivity from non-supported sources (#2980) via Toni Rico (@tonidero)
9+
* [AUTOMATIC] Update golden test files for backend integration tests (#2978) via RevenueCat Git Bot (@RCGitBot)
10+
* Bump fastlane-plugin-revenuecat_internal from `76a3a08` to `e6454e3` (#2976) via dependabot[bot] (@dependabot[bot])
11+
* Improve error messages when displaying `CustomerCenterActivity` or `PaywallActivity` from other sources (#2974) via Toni Rico (@tonidero)
12+
* Fix SDK size testing app version (#2973) via Toni Rico (@tonidero)
13+
* Add size testing app and related CI tasks (#2956) via Toni Rico (@tonidero)

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 9.18.1
2+
## RevenueCat SDK
3+
### 📦 Dependency Updates
4+
* [RENOVATE] Update dependency gradle to v8.14.3 (#2977) via RevenueCat Git Bot (@RCGitBot)
5+
6+
### 🔄 Other Changes
7+
* Bump uri from 1.0.3 to 1.0.4 (#2984) via dependabot[bot] (@dependabot[bot])
8+
* [AUTOMATIC] Update golden test files for backend integration tests (#2985) via RevenueCat Git Bot (@RCGitBot)
9+
* Add better error message when opening SimulatedStoreErrorDialogActivity from non-supported sources (#2980) via Toni Rico (@tonidero)
10+
* [AUTOMATIC] Update golden test files for backend integration tests (#2978) via RevenueCat Git Bot (@RCGitBot)
11+
* Bump fastlane-plugin-revenuecat_internal from `76a3a08` to `e6454e3` (#2976) via dependabot[bot] (@dependabot[bot])
12+
* Improve error messages when displaying `CustomerCenterActivity` or `PaywallActivity` from other sources (#2974) via Toni Rico (@tonidero)
13+
* Fix SDK size testing app version (#2973) via Toni Rico (@tonidero)
14+
* Add size testing app and related CI tasks (#2956) via Toni Rico (@tonidero)
15+
116
## 9.18.0
217
## RevenueCatUI SDK
318
### 🐞 Bugfixes

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta http-equiv="refresh" content="0; url=https://sdk.revenuecat.com/android/9.18.0/index.html" />
4+
<meta http-equiv="refresh" content="0; url=https://sdk.revenuecat.com/android/9.18.1/index.html" />
55
</head>
66
<body>
77
</body>

examples/CustomEntitlementComputationSample/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
agp = "8.13.2"
33
kotlin = "1.8.22"
4-
purchases = "9.19.0-SNAPSHOT"
4+
purchases = "9.18.1"
55
androidxCore = "1.10.1"
66

77
[plugins]

examples/MagicWeather/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
agp = "8.13.2"
33
androidxNavigation = "2.6.0"
44
kotlin = "1.9.0"
5-
purchases = "9.19.0-SNAPSHOT"
5+
purchases = "9.18.1"
66
lifecycle = "2.6.1"
77
androidxCore = "1.10.1"
88

examples/MagicWeatherCompose/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
agp = "8.13.2"
33
androidxNavigation = "2.5.3"
44
kotlin = "1.8.22"
5-
purchases = "9.19.0-SNAPSHOT"
5+
purchases = "9.18.1"
66
lifecycle = "2.5.0"
77
androidxCore = "1.10.1"
88

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#Fri Mar 31 10:31:20 PDT 2023
1414
GROUP=com.revenuecat.purchases
1515

16-
VERSION_NAME=9.19.0-SNAPSHOT
16+
VERSION_NAME=9.18.1
1717

1818
POM_DESCRIPTION=Mobile subscriptions in hours, not months.
1919
POM_URL=https://github.com/RevenueCat/purchases-android

purchases/src/main/kotlin/com/revenuecat/purchases/common/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import com.revenuecat.purchases.api.BuildConfig
66
internal object Config {
77
var logLevel = LogLevel.debugLogsEnabled(BuildConfig.DEBUG)
88

9-
const val frameworkVersion = "9.19.0-SNAPSHOT"
9+
const val frameworkVersion = "9.18.1"
1010
}

0 commit comments

Comments
 (0)