Skip to content

Commit

Permalink
Merge pull request #73 from razorpay/android_release
Browse files Browse the repository at this point in the history
Android release
  • Loading branch information
sumedht committed May 5, 2020
2 parents 432cbb3 + 83cae08 commit ed6fc7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This plugin is available on Pub: [https://pub.dev/packages/razorpay_flutter](htt
Add this to `dependencies` in your app's `pubspec.yml`

```yaml
razorpay_flutter: ^1.1.3
razorpay_flutter: ^1.1.4
```

**Note for Android**: Make sure that the minimum API level for your app is 19 or higher.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package android

group 'com.razorpay.razorpay_flutter'
version '1.1.2'
version '1.1.4'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion ios/razorpay_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
Pod::Spec.new do |s|
s.name = 'razorpay_flutter'
s.version = '1.1.3'
s.version = '1.1.4'
s.summary = 'Flutter plugin for Razorpay SDK.'
s.description = 'Flutter plugin for Razorpay SDK.'
s.homepage = 'https://github.com/razorpay/razorpay-flutter'
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.1.3
version: 1.1.4
author: Chintan Acharya <chintan.acharya@razorpay.com>
homepage: https://github.com/razorpay/razorpay-flutter

Expand Down

0 comments on commit ed6fc7f

Please sign in to comment.