Skip to content

Commit

Permalink
Upgraded to version 5.0.0
Browse files Browse the repository at this point in the history
The extension has been upgraded to the latest SDK version 5.0.0
  • Loading branch information
oseamiya authored Sep 12, 2022
1 parent c8ceda2 commit b91c759
Show file tree
Hide file tree
Showing 9 changed files with 10,515 additions and 364 deletions.
10,006 changes: 10,006 additions & 0 deletions assets/third_party_licenses.txt

Large diffs are not rendered by default.

Binary file added deps/billing-5.0.0.jar
Binary file not shown.
Binary file added deps/guava-24.1-android.jar
Binary file not shown.
Binary file not shown.
Binary file modified out/com.oseamiya.inappbilling.aix
Binary file not shown.
14 changes: 6 additions & 8 deletions rush.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
# For a detailed info on this file and supported fields, check out the below link:
# https://github.com/ShreyashSaitwal/rush-cli/wiki/Metadata-File

---
name: InAppBilling
description: This extension will help you to add InAppBilling to your app. <br> <a href="https://github.com/oseamiya/InAppBilling"> Source Code </a> <br> <a href="https://community.kodular.io/t/free-inappbilling-sell-your-digital-product-from-your-android-application/151402?u=oseamiya"> Documentation </a>
homepage: 'https://community.kodular.io/t/free-inappbilling-sell-your-digital-product-from-your-android-application/151402?u=oseamiya'
license: "\assets\third_party_licenses.txt"

version:
number: auto
name: '2'
name: '3'

authors:
- oseamiya

build:
release:
# Optimizes the extension on every release build.
optimize: true

# If enabled, you will be able to use Java 8 language features in your extension.
desugar:
enable: false
desugar_deps: false

assets:
# Extension icon. This can be a URL or a local image in 'assets' folder.
icon: icon.png

deps:
- appbilling.jar
- billing-5.0.0.jar
- guava-24.1-android.jar
10 changes: 4 additions & 6 deletions src/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.oseamiya.inappbilling">
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="22" />
android:minSdkVersion="14"
android:targetSdkVersion="22" />
<uses-permission android:name="com.android.vending.BILLING" />
<application>
<meta-data
android:name="com.google.android.play.billingclient.version"
android:value="4.0.0" />
<meta-data android:name="com.google.android.play.billingclient.version" android:value="5.0.0"/>
<activity android:name="com.android.billingclient.api.ProxyBillingActivity"
android:exported="false" />
</application>
</manifest>
</manifest>
Loading

0 comments on commit b91c759

Please sign in to comment.