Skip to content

Commit

Permalink
Bump version up to 3.1.0
Browse files Browse the repository at this point in the history
- AndroidX migration.
  • Loading branch information
hyochan committed Jun 22, 2019
1 parent c75f92a commit 26b45df
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelogs
- **[3.1.0]**
+ Androidx migration [#550](https://github.com/dooboolab/react-native-iap/pull/550)
+ Upgrade example project to `react-native@0.60.0-rc.2`
- **[3.0.1]**
+ Fixes for [#546](https://github.com/dooboolab/react-native-iap/issues/546)
- **[3.0.0]**
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
> Checkout example code<br/>
![wjl0ak0fgj](https://user-images.githubusercontent.com/27461460/52619625-87aa8a80-2ee5-11e9-9aee-6691c34408f3.gif)

## Breaking Changes
* Migrated to Android X in `3.1.0`. Please check the [Migration Guide](#migration-guide).

## Playstore & Itunnesconnect configuration
- Please refer to [Blog](https://medium.com/@dooboolab/react-native-in-app-purchase-121622d26b67).

Expand Down Expand Up @@ -86,6 +89,9 @@ https://github.com/dooboolab/react-native-iap
<uses-permission android:name="com.android.vending.BILLING" />
```

## Migration Guide
To migrate to `3.1.0` you must migrate your Android app to Android X by following the [Migrating to AndroidX Guide](https://developer.android.com/jetpack/androidx/migrate).

## Usage
You can look in the RNIapExample folder to try the example. Below is basic implementation which is also provided in RNIapExample project.

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-iap",
"version": "3.0.1",
"version": "3.1.0",
"description": "React Native In App Purchase Module.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 26b45df

Please sign in to comment.