File tree Expand file tree Collapse file tree 11 files changed +32
-21
lines changed
CustomEntitlementComputationSample/gradle
MagicWeatherCompose/gradle
purchases/src/main/kotlin/com/revenuecat/purchases/common
test-apps/sdksizetesting/gradle Expand file tree Collapse file tree 11 files changed +32
-21
lines changed Original file line number Diff line number Diff 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.3 s3://purchases-docs/android/9.19.3 --delete
358358 - run :
359359 name : Update index.html
360360 command : aws s3 cp ~/project/docs/index.html s3://purchases-docs/android/index.html
Original file line number Diff line number Diff line change 1- 9.20.0-SNAPSHOT
1+ 9.19.3
Original file line number Diff line number Diff line change 11## RevenueCat SDK
2- ### 🐞 Bugfixes
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 )
2+ ### 📦 Dependency Updates
3+ * [ RENOVATE] Update dependency gradle to v8.14.4 (#3048 ) via RevenueCat Git Bot (@RCGitBot )
4+
5+ ## RevenueCatUI SDK
6+ ### Paywallv2
7+ #### 🐞 Bugfixes
8+ * Fix gradient overlay to cover full viewport instead of image bounds (#3017 ) via Facundo Menzella (@facumenzella )
9+ * [ MON-1823] Fix paywall price variables not showing on initial load (#3044 ) via Facundo Menzella (@facumenzella )
510
611### 🔄 Other Changes
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 )
12+ * Add ` payload_version ` to POST /receipt (#3045 ) via Toni Rico (@tonidero )
Original file line number Diff line number Diff line change 1+ ## 9.19.3
2+ ## RevenueCat SDK
3+ ### 📦 Dependency Updates
4+ * [ RENOVATE] Update dependency gradle to v8.14.4 (#3048 ) via RevenueCat Git Bot (@RCGitBot )
5+
6+ ## RevenueCatUI SDK
7+ ### Paywallv2
8+ #### 🐞 Bugfixes
9+ * Fix gradient overlay to cover full viewport instead of image bounds (#3017 ) via Facundo Menzella (@facumenzella )
10+ * [ MON-1823] Fix paywall price variables not showing on initial load (#3044 ) via Facundo Menzella (@facumenzella )
11+
12+ ### 🔄 Other Changes
13+ * Add ` payload_version ` to POST /receipt (#3045 ) via Toni Rico (@tonidero )
14+
115## 9.19.2
216## RevenueCat SDK
317### 🐞 Bugfixes
Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html >
33< head >
4- < meta http-equiv ="refresh " content ="0; url=https://sdk.revenuecat.com/android/9.19.2 /index.html " />
4+ < meta http-equiv ="refresh " content ="0; url=https://sdk.revenuecat.com/android/9.19.3 /index.html " />
55</ head >
66< body >
77</ body >
Original file line number Diff line number Diff line change 11[versions ]
22agp = " 8.13.2"
33kotlin = " 1.8.22"
4- purchases = " 9.20.0-SNAPSHOT "
4+ purchases = " 9.19.3 "
55androidxCore = " 1.10.1"
66
77[plugins ]
Original file line number Diff line number Diff line change 22agp = " 8.13.2"
33androidxNavigation = " 2.6.0"
44kotlin = " 1.9.0"
5- purchases = " 9.20.0-SNAPSHOT "
5+ purchases = " 9.19.3 "
66lifecycle = " 2.6.1"
77androidxCore = " 1.10.1"
88
Original file line number Diff line number Diff line change 22agp = " 8.13.2"
33androidxNavigation = " 2.5.3"
44kotlin = " 1.8.22"
5- purchases = " 9.20.0-SNAPSHOT "
5+ purchases = " 9.19.3 "
66lifecycle = " 2.5.0"
77androidxCore = " 1.10.1"
88
Original file line number Diff line number Diff line change 1313# Fri Mar 31 10:31:20 PDT 2023
1414GROUP =com.revenuecat.purchases
1515
16- VERSION_NAME =9.20.0-SNAPSHOT
16+ VERSION_NAME =9.19.3
1717
1818POM_DESCRIPTION =Mobile subscriptions in hours, not months.
1919POM_URL =https://github.com/RevenueCat/purchases-android
Original file line number Diff line number Diff line change @@ -6,5 +6,5 @@ import com.revenuecat.purchases.api.BuildConfig
66internal object Config {
77 var logLevel = LogLevel .debugLogsEnabled(BuildConfig .DEBUG )
88
9- const val frameworkVersion = " 9.20.0-SNAPSHOT "
9+ const val frameworkVersion = " 9.19.3 "
1010}
You can’t perform that action at this time.
0 commit comments