Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepares release 4.3.2 #360

Merged
merged 1 commit into from
Sep 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Moves the code of `onBillingSetupFinished` to the main thread. Changes the callback of `canMakePayments` to the main thread.
/~https://github.com/RevenueCat/purchases-android/pull/349/
/~https://github.com/RevenueCat/purchases-android/issues/348
- Makes improvements to prevent multiple HTTP requests with the same parameters to `/identify` and `/alias`.
/~https://github.com/RevenueCat/purchases-android/pull/358
/~https://github.com/RevenueCat/purchases-android/pull/359
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.3.2

- Makes improvements to prevent multiple HTTP requests with the same parameters to `/identify` and `/alias`.
/~https://github.com/RevenueCat/purchases-android/pull/358
/~https://github.com/RevenueCat/purchases-android/pull/359

## 4.3.1

- Moves the code of `onBillingSetupFinished` to the main thread. Changes the callback of `canMakePayments` to the main thread.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ object Config {

var debugLogsEnabled = false

const val frameworkVersion = "4.4.0-SNAPSHOT"
const val frameworkVersion = "4.3.2"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.revenuecat.purchases

VERSION_NAME=4.4.0-SNAPSHOT
VERSION_NAME=4.3.2

POM_DESCRIPTION=Mobile subscriptions in hours, not months.
POM_URL=/~https://github.com/RevenueCat/purchases-android
Expand Down
2 changes: 1 addition & 1 deletion library.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
minSdkVersion minVersion
targetSdkVersion compileVersion
versionCode 1
versionName "4.4.0-SNAPSHOT"
versionName "4.3.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down