Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to latest sdk 5.0.0 #1

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10,006 changes: 10,006 additions & 0 deletions assets/third_party_licenses.txt

Large diffs are not rendered by default.

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.
7 changes: 5 additions & 2 deletions rush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
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
Expand All @@ -26,4 +28,5 @@ 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