File tree Expand file tree Collapse file tree 11 files changed +58
-13
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 +58
-13
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.1 s3://purchases-docs/android/9.19.1 --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.1
Original file line number Diff line number Diff line change 11## RevenueCat SDK
2- ### ✨ New Features
3- * Add Solar Engine integration support (#2994 ) via Lim Hoang (@limdauto )
2+ ### 🐞 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 )
413
514### 🔄 Other Changes
6- * Incrase firebase tests timeout (#2997 ) via Toni Rico (@tonidero )
7- * [ AUTOMATIC] Update golden test files for backend integration tests (#2998 ) via RevenueCat Git Bot (@RCGitBot )
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 )
Original file line number Diff line number Diff line change 1+ ## 9.19.1
2+ ## RevenueCat SDK
3+ ### 🐞 Bugfixes
4+ * Fixes incorrect lifecycle transitions in ` CompatComposeView ` (#3006 ) via JayShortway (@JayShortway )
5+ * Fixes ` showInAppMessages ` NPE when the Activity has no content View (#3004 ) via JayShortway (@JayShortway )
6+
7+ ## RevenueCatUI SDK
8+ ### Paywallv2
9+ #### 🐞 Bugfixes
10+ * Synchronize ` cacheDirectory ` lazy property to fix ` NullPointerException ` on ` UnsafeLazyImpl ` (#3019 ) via Cesar de la Vega (@vegaro )
11+ ### Customer Center
12+ #### 🐞 Bugfixes
13+ * Simplify determining paid price in Customer Center (#2600 ) via Cesar de la Vega (@vegaro )
14+
15+ ### 🔄 Other Changes
16+ * Improve accuracy of transactions origin Part 6: Cleanup, Do not cache user id (#3012 ) via Toni Rico (@tonidero )
17+ * Properly cleanup new shared preferences files between tests (#3016 ) via Toni Rico (@tonidero )
18+ * [ AUTOMATIC] Update golden test files for backend integration tests (#3015 ) via RevenueCat Git Bot (@RCGitBot )
19+ * Improve accuracy of transactions origin Part 5: Cleanup (#3002 ) via Toni Rico (@tonidero )
20+ * Improve accuracy of transactions origin Part 4: Post remaining transaction metadata when syncing purchases (#2993 ) via Toni Rico (@tonidero )
21+ * Improve accuracy of transactions origin Part 3: Merge cached data when posting receipts + Cache amazon data (#2989 ) via Toni Rico (@tonidero )
22+ * Improve accuracy of transactions origin Part 2: Store transaction metadata (#2988 ) via Toni Rico (@tonidero )
23+ * Improve accuracy of transactions origin Part 1: Refactor to allow caching transaction metadata (#2987 ) via Toni Rico (@tonidero )
24+ * [ AUTOMATIC] Update golden test files for backend integration tests (#3010 ) via RevenueCat Git Bot (@RCGitBot )
25+ * [ AUTOMATIC] Update golden test files for backend integration tests (#3008 ) via RevenueCat Git Bot (@RCGitBot )
26+ * Track exit offers (#2975 ) via Cesar de la Vega (@vegaro )
27+
128## 9.19.0
229## RevenueCat SDK
330### ✨ New Features
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.0 /index.html " />
4+ < meta http-equiv ="refresh " content ="0; url=https://sdk.revenuecat.com/android/9.19.1 /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.1 "
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.1 "
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.1 "
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.1
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.1 "
1010}
You can’t perform that action at this time.
0 commit comments