expo-iap 2.3.1-rc.3 → 2.3.1-rc.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,5 @@
1
1
  apply plugin: 'com.android.library'
2
+ apply plugin: 'kotlin-android'
2
3
 
3
4
  group = 'expo.modules.iap'
4
5
  version = '0.1.0'
@@ -41,3 +42,9 @@ android {
41
42
  abortOnError false
42
43
  }
43
44
  }
45
+
46
+ dependencies {
47
+ implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7"
48
+ implementation "com.android.billingclient:billing-ktx:7.0.0"
49
+ implementation "com.google.android.gms:play-services-base:18.1.0"
50
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-iap",
3
- "version": "2.3.1-rc.3",
3
+ "version": "2.3.1-rc.4",
4
4
  "description": "In App Purchase module in Expo",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",