Skip to content

Commit 055b8df

Browse files
author
revenuecat-ops
committed
Version bump for 9.19.2
1 parent d7520bc commit 055b8df

File tree

11 files changed

+37
-30
lines changed

11 files changed

+37
-30
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.20.0-SNAPSHOT s3://purchases-docs/android/9.20.0-SNAPSHOT --delete
357+
command: aws s3 sync ~/project/docs/9.19.2 s3://purchases-docs/android/9.19.2 --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.20.0-SNAPSHOT
1+
9.19.2

CHANGELOG.latest.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,15 @@
11
## RevenueCat SDK
22
### 🐞 Bugfixes
3-
* Fixes incorrect lifecycle transitions in `CompatComposeView` (#3006) via JayShortway (@JayShortway)
4-
* Fixes `showInAppMessages` NPE when the Activity has no content View (#3004) via JayShortway (@JayShortway)
5-
6-
## RevenueCatUI SDK
7-
### Paywallv2
8-
#### 🐞 Bugfixes
9-
* Synchronize `cacheDirectory` lazy property to fix `NullPointerException` on `UnsafeLazyImpl` (#3019) via Cesar de la Vega (@vegaro)
10-
### Customer Center
11-
#### 🐞 Bugfixes
12-
* Simplify determining paid price in Customer Center (#2600) via Cesar de la Vega (@vegaro)
3+
* Make sure countdown component works when there's no package context (#3036) via Cesar de la Vega (@vegaro)
4+
* Fix paywall data misattributions (#3032) via Toni Rico (@tonidero)
135

146
### 🔄 Other Changes
15-
* Improve accuracy of transactions origin Part 6: Cleanup, Do not cache user id (#3012) via Toni Rico (@tonidero)
16-
* Properly cleanup new shared preferences files between tests (#3016) via Toni Rico (@tonidero)
17-
* [AUTOMATIC] Update golden test files for backend integration tests (#3015) via RevenueCat Git Bot (@RCGitBot)
18-
* Improve accuracy of transactions origin Part 5: Cleanup (#3002) via Toni Rico (@tonidero)
19-
* Improve accuracy of transactions origin Part 4: Post remaining transaction metadata when syncing purchases (#2993) via Toni Rico (@tonidero)
20-
* Improve accuracy of transactions origin Part 3: Merge cached data when posting receipts + Cache amazon data (#2989) via Toni Rico (@tonidero)
21-
* Improve accuracy of transactions origin Part 2: Store transaction metadata (#2988) via Toni Rico (@tonidero)
22-
* Improve accuracy of transactions origin Part 1: Refactor to allow caching transaction metadata (#2987) via Toni Rico (@tonidero)
23-
* [AUTOMATIC] Update golden test files for backend integration tests (#3010) via RevenueCat Git Bot (@RCGitBot)
24-
* [AUTOMATIC] Update golden test files for backend integration tests (#3008) via RevenueCat Git Bot (@RCGitBot)
25-
* Track exit offers (#2975) via Cesar de la Vega (@vegaro)
7+
* Add `sdk_originated` to POST /receipt (#3034) via Toni Rico (@tonidero)
8+
* Finish activities instead of crashing when not launched through SDK (#3040) via Antonio Pallares (@ajpallares)
9+
* Bump fastlane from 2.231.0 to 2.231.1 (#3035) via dependabot[bot] (@dependabot[bot])
10+
* Update CLAUDE code review workflow reference (#3030) via Cesar de la Vega (@vegaro)
11+
* Bump fastlane from 2.230.0 to 2.231.0 (#3028) via dependabot[bot] (@dependabot[bot])
12+
* Ignore new headers in golden backend test snapshots (#3029) via Toni Rico (@tonidero)
13+
* Add Claude Code GitHub Workflow (#3011) via Cesar de la Vega (@vegaro)
14+
* Send `paywall_id` in paywall events (#3018) via Toni Rico (@tonidero)
15+
* Add retry mechanism to purchases integration tests (#3024) via Toni Rico (@tonidero)

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 9.19.2
2+
## RevenueCat SDK
3+
### 🐞 Bugfixes
4+
* Make sure countdown component works when there's no package context (#3036) via Cesar de la Vega (@vegaro)
5+
* Fix paywall data misattributions (#3032) via Toni Rico (@tonidero)
6+
7+
### 🔄 Other Changes
8+
* Add `sdk_originated` to POST /receipt (#3034) via Toni Rico (@tonidero)
9+
* Finish activities instead of crashing when not launched through SDK (#3040) via Antonio Pallares (@ajpallares)
10+
* Bump fastlane from 2.231.0 to 2.231.1 (#3035) via dependabot[bot] (@dependabot[bot])
11+
* Update CLAUDE code review workflow reference (#3030) via Cesar de la Vega (@vegaro)
12+
* Bump fastlane from 2.230.0 to 2.231.0 (#3028) via dependabot[bot] (@dependabot[bot])
13+
* Ignore new headers in golden backend test snapshots (#3029) via Toni Rico (@tonidero)
14+
* Add Claude Code GitHub Workflow (#3011) via Cesar de la Vega (@vegaro)
15+
* Send `paywall_id` in paywall events (#3018) via Toni Rico (@tonidero)
16+
* Add retry mechanism to purchases integration tests (#3024) via Toni Rico (@tonidero)
17+
118
## 9.19.1
219
## RevenueCat SDK
320
### 🐞 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.19.1/index.html" />
4+
<meta http-equiv="refresh" content="0; url=https://sdk.revenuecat.com/android/9.19.2/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.20.0-SNAPSHOT"
4+
purchases = "9.19.2"
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.20.0-SNAPSHOT"
5+
purchases = "9.19.2"
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.20.0-SNAPSHOT"
5+
purchases = "9.19.2"
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.20.0-SNAPSHOT
16+
VERSION_NAME=9.19.2
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.20.0-SNAPSHOT"
9+
const val frameworkVersion = "9.19.2"
1010
}

0 commit comments

Comments
 (0)