Skip to content

Commit

Permalink
Merge pull request #39034 from timoschwarzer/google-play-billing-3.2
Browse files Browse the repository at this point in the history
Re-implement GodotPayment Android plugin using the Google Play Billing library
  • Loading branch information
akien-mga authored May 25, 2020
2 parents 7c332d9 + 8373c07 commit 757d8b5
Show file tree
Hide file tree
Showing 15 changed files with 213 additions and 1,932 deletions.
2 changes: 1 addition & 1 deletion platform/android/java/plugins/godotpayment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion versions.compileSdk
buildToolsVersion versions.buildTools
useLibrary 'org.apache.http.legacy'

defaultConfig {
minSdkVersion versions.minSdk
Expand All @@ -21,6 +20,7 @@ android {
dependencies {
implementation libraries.supportCoreUtils
implementation libraries.v4Support
implementation 'com.android.billingclient:billing:2.2.1'

if (rootProject.findProject(":lib")) {
compileOnly project(":lib")
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 757d8b5

Please sign in to comment.