Skip to content

Commit

Permalink
Add billing dependency
Browse files Browse the repository at this point in the history
Add billing dependency
  • Loading branch information
cp-megh-l authored Jan 29, 2025
2 parents 97d9a0c + 9448514 commit 0aa445f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -219,5 +219,8 @@ dependencies {
implementation("org.signal:libsignal-client:0.65.0")
implementation("org.signal:libsignal-android:0.65.0")

// Billing
implementation("com.android.billingclient:billing:7.1.1")

implementation(project(":data"))
}

0 comments on commit 0aa445f

Please sign in to comment.