Skip to content

Commit

Permalink
Hotfix stripe android (#1678)
Browse files Browse the repository at this point in the history
* fix compilation error on stripe android

* chore(release): publish packages

 - [email protected]

---------

Co-authored-by: Remon <[email protected]>
  • Loading branch information
remonh87 and Remon authored Mar 13, 2024
1 parent 4c0a2c2 commit 2bd3532
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-03-07

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_android` - `v10.1.1`](#stripe_android---v1011)
- [`flutter_stripe` - `v10.1.1`](#flutter_stripe---v1011)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `flutter_stripe` - `v10.1.1`

---

#### `stripe_android` - `v10.1.1`

- Fix build error on SDK 34


## 2024-03-02

### Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.8.0
stripe_android: ^10.1.0
stripe_android: ^10.1.1
stripe_ios: ^10.1.0
stripe_platform_interface: ^10.1.0
dev_dependencies:
Expand Down
3 changes: 3 additions & 0 deletions packages/stripe_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 10.1.1
- Fix build error on SDK 34

## 10.1.0

**Features**
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_android/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply plugin: 'kotlin-android'

android {
namespace 'com.flutter.stripe'
compileSdk 33
compileSdk 34

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stripe_android
description: Stripe platform implementation for Android
version: 10.1.0
version: 10.1.1
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down

0 comments on commit 2bd3532

Please sign in to comment.