Skip to content

Commit

Permalink
Merge pull request #257 from jeroen1602/dependabot/gradle/android/bil…
Browse files Browse the repository at this point in the history
…ling_version-6.2.1
  • Loading branch information
dependabot[bot] authored Apr 24, 2024
2 parents c33f420 + 3a3ce11 commit 15dda79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ dependencies {
// For now only needed for googlePlayImplementation
googlePlayImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0"

def billing_version = "6.2.0"
def billing_version = "6.2.1"

googlePlayImplementation "com.android.billingclient:billing:$billing_version"
googlePlayImplementation "com.android.billingclient:billing-ktx:$billing_version"
Expand Down

0 comments on commit 15dda79

Please sign in to comment.