Skip to content

Commit

Permalink
Re-implement GodotPayment Android plugin using the Google Play Billin…
Browse files Browse the repository at this point in the history
…g library
  • Loading branch information
timoschwarzer committed May 25, 2020
1 parent 7c332d9 commit 8373c07
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 8373c07

Please sign in to comment.