Skip to content

Commit

Permalink
* Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed Jan 26, 2024
1 parent 2d1ff1f commit 08b53c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voipms-sms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@ dependencies {

if (System.getenv("FDROID_BUILD") != "1") {
// Firebase libraries
primaryImplementation platform("com.google.firebase:firebase-bom:32.5.0")
primaryImplementation platform("com.google.firebase:firebase-bom:32.7.1")
primaryImplementation "com.google.firebase:firebase-analytics-ktx"
primaryImplementation "com.google.firebase:firebase-crashlytics-ktx"
primaryImplementation "com.google.firebase:firebase-messaging-ktx"

// Google Play libraries
primaryImplementation "com.android.billingclient:billing-ktx:6.0.1"
primaryImplementation "com.android.billingclient:billing-ktx:6.1.0"
}

// Other third-party libraries
Expand Down

0 comments on commit 08b53c1

Please sign in to comment.