Added billing dependency for InAppPurchases
This commit is contained in:
parent
73ad8257a1
commit
142930d1cc
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ dependencies {
|
|||
androidTestImplementation 'junit:junit:4.12'
|
||||
|
||||
implementation 'com.google.firebase:firebase-messaging:15.0.2'
|
||||
implementation 'com.android.billingclient:billing:1.2'
|
||||
|
||||
implementation 'org.apache.commons:commons-compress:1.16.1'
|
||||
implementation 'com.android.support:support-v4:27.1.1'
|
||||
implementation 'com.android.support:recyclerview-v7:27.1.1'
|
||||
|
|
Loading…
Reference in a new issue