Skip to content

Commit

Permalink
add billing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-megh-l committed Jan 29, 2025
1 parent 97d9a0c commit 9448514
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 9448514

Please sign in to comment.