diff --git a/CHANGELOG.md b/CHANGELOG.md index b7cfbf4cba2..8838678e2f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ See the [migration guide](https://github.com/stripe/stripe-android/blob/master/M * [#2604](https://github.com/stripe/stripe-android/pull/2604) Add `stripeAccountId` to `PaymentConfiguration` and use in `AddPaymentMethodActivity` * [#2609](https://github.com/stripe/stripe-android/pull/2609) Refactor `AddPaymentMethodActivity.Result` * [#2610](https://github.com/stripe/stripe-android/pull/2610) Remove `PaymentSession` and `CustomerSession`'s "Activity" Listeners +* [#2611](https://github.com/stripe/stripe-android/pull/2611) Target API 30 * [#2617](https://github.com/stripe/stripe-android/pull/2617) Convert `CustomizableShippingField` to enum * [#2623](https://github.com/stripe/stripe-android/pull/2623) Update Gradle to `6.5.1` diff --git a/build.gradle b/build.gradle index 876f03ee57b..06105b89bee 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ allprojects { ext { buildToolsVersion = "29.0.3" - compileSdkVersion = 29 + compileSdkVersion = 30 kotlinCoroutinesVersion = '1.3.7' androidLifecycleVersion = '2.2.0'