Skip to content

Commit

Permalink
fix(android): missing android dep
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jan 6, 2025
1 parent 26b89d7 commit ceac3a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/inapp-purchase/platforms/android/include.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dependencies {
def androidBilling = project.hasProperty("androidBilling") ? project.androidBilling : "7.1.1"
implementation "com.android.billingclient:billing:$androidBilling"
}

0 comments on commit ceac3a8

Please sign in to comment.