mirror of
https://github.com/defold/extension-iap
synced 2025-09-27 17:12:18 +02:00
Almost done
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
package="{{android.package}}">
|
||||
<uses-sdk android:minSdkVersion="{{android.minimum_sdk_version}}" android:targetSdkVersion="{{android.target_sdk_version}}" />
|
||||
<application>
|
||||
|
||||
|
||||
<!-- For IAP -->
|
||||
<activity android:name="com.defold.iap.IapGooglePlayActivity"
|
||||
android:theme="@android:style/Theme.Translucent.NoTitleBar"
|
||||
@@ -20,6 +20,4 @@
|
||||
|
||||
</application>
|
||||
|
||||
<uses-permission android:name="com.android.vending.BILLING" />
|
||||
|
||||
</manifest>
|
||||
|
3
extension-iap/manifests/android/build.gradle
Normal file
3
extension-iap/manifests/android/build.gradle
Normal file
@@ -0,0 +1,3 @@
|
||||
dependencies {
|
||||
implementation 'com.android.billingclient:billing:3.0.0'
|
||||
}
|
Reference in New Issue
Block a user