File tree Expand file tree Collapse file tree 11 files changed +33
-16
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 +33
-16
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.21.0-SNAPSHOT s3://purchases-docs/android/9.21.0-SNAPSHOT --delete
357+ command : aws s3 sync ~/project/docs/9.21.0 s3://purchases-docs/android/9.21.0 --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.21.0-SNAPSHOT
1+ 9.21.0
Original file line number Diff line number Diff line change 1+ ## RevenueCat SDK
2+ ### 🐞 Bugfixes
3+ * Send ` PresentedOfferingContext ` info when ` PurchasesAreCompletedBy.MY_APP ` and using paywalls (#3078 ) via Toni Rico (@tonidero )
4+
15## RevenueCatUI SDK
2- ### Customer Center
3- #### 🐞 Bugfixes
4- * CC-628: Refresh Customer Center UI after subscription cancellation (#3061 ) via Facundo Menzella (@facumenzella )
56### Paywallv2
6- #### 🐞 Bugfixes
7- * Improve carousel performance with videos (#3070 ) via Cesar de la Vega (@vegaro )
7+ #### ✨ New Features
8+ * Add customVariables support to all PaywallActivityLauncher methods and PaywallView (#3075 ) via Facundo Menzella (@facumenzella )
9+ * Add support for promotional offers in paywalls (#3063 ) via Cesar de la Vega (@vegaro )
10+ * Add support for product changes in paywalls (#3062 ) via Cesar de la Vega (@vegaro )
811
912### 🔄 Other Changes
10- * Make networkName nullable in ad event data types (#3076 ) via Pol Miro (@polmiro )
11- * Remove networkName from AdFailedToLoad event (#3074 ) via Pol Miro (@polmiro )
13+ * Bump fastlane from 2.231.1 to 2.232.0 (#3080 ) via dependabot[ bot] (@dependabot [ bot] )
Original file line number Diff line number Diff line change 1+ ## 9.21.0
2+ ## RevenueCat SDK
3+ ### 🐞 Bugfixes
4+ * Send ` PresentedOfferingContext ` info when ` PurchasesAreCompletedBy.MY_APP ` and using paywalls (#3078 ) via Toni Rico (@tonidero )
5+
6+ ## RevenueCatUI SDK
7+ ### Paywallv2
8+ #### ✨ New Features
9+ * Add customVariables support to all PaywallActivityLauncher methods and PaywallView (#3075 ) via Facundo Menzella (@facumenzella )
10+ * Add support for promotional offers in paywalls (#3063 ) via Cesar de la Vega (@vegaro )
11+ * Add support for product changes in paywalls (#3062 ) via Cesar de la Vega (@vegaro )
12+
13+ ### 🔄 Other Changes
14+ * Bump fastlane from 2.231.1 to 2.232.0 (#3080 ) via dependabot[ bot] (@dependabot [ bot] )
15+
116## 9.20.2
217## RevenueCatUI SDK
318### Customer Center
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.20.2 /index.html " />
4+ < meta http-equiv ="refresh " content ="0; url=https://sdk.revenuecat.com/android/9.21.0 /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.21.0-SNAPSHOT "
4+ purchases = " 9.21.0"
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.21.0-SNAPSHOT "
5+ purchases = " 9.21.0"
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.21.0-SNAPSHOT "
5+ purchases = " 9.21.0"
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.21.0-SNAPSHOT
16+ VERSION_NAME =9.21.0
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.21.0-SNAPSHOT "
9+ const val frameworkVersion = " 9.21.0"
1010}
You can’t perform that action at this time.
0 commit comments