Skip to content

Commit f71958c

Browse files
committed
Update build.gradle.kts
1 parent 4354822 commit f71958c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ configurations.all {
5959
}
6060

6161
dependencies {
62+
val billing_version = "7.1.1"
63+
64+
implementation("com.android.billingclient:billing:$billing_version")
65+
6266
implementation(libs.security.crypto)
6367
implementation(libs.squareup.okhttp3)
6468
implementation(libs.jgit) {

0 commit comments

Comments
 (0)