Skip to content

Commit

Permalink
Merge pull request #282 from razorpay/b/jcenter_deprecation
Browse files Browse the repository at this point in the history
B/jcenter deprecation
  • Loading branch information
vivekshindhe committed Nov 2, 2022
2 parents 802c31a + c9a42fd commit 339d7e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.3.4
- Removed jcenter for android due to deprecation

## 1.3.3

- Detailed error object added in the error response
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ This plugin is available on Pub: [https://pub.dev/packages/razorpay_flutter](htt
Add this to `dependencies` in your app's `pubspec.yaml`

```yaml
razorpay_flutter: ^1.3.3
razorpay_flutter: ^1.3.4
```

**Note for Android**: Make sure that the minimum API level for your app is 19 or higher.
Expand Down
2 changes: 0 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
repositories {
mavenCentral()
google()
jcenter()
}

dependencies {
Expand All @@ -17,7 +16,6 @@ rootProject.allprojects {
repositories {
mavenCentral()
google()
jcenter()
}
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: razorpay_flutter
description: Flutter plugin for Razorpay SDK. To know more about Razorpay, visit http://razorpay.com.
version: 1.3.3
version: 1.3.4
homepage: https://github.com/razorpay/razorpay-flutter

environment:
Expand Down

0 comments on commit 339d7e1

Please sign in to comment.