Skip to content

Commit

Permalink
Create skeleton file for upgraded billing manager
Browse files Browse the repository at this point in the history
Summary: Create skeleton file for upgraded billing manager to support newer versions of the Google Play Billing Library.

Reviewed By: jjiang10, xta0

Differential Revision: D60701349

fbshipit-source-id: 01cd1ff7dde40cc2ee4889d28bdb1511e2e3130b
  • Loading branch information
maxalbrightmeta authored and facebook-github-bot committed Aug 14, 2024
1 parent ec8f781 commit 22083fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Config {
object Versions {
const val acra = "5.5.0"
const val analytics = "4.+"
const val android_billingclient = "3.0.0"
const val android_billingclient = "6.0.0"
const val android_installreferrer =
"1.0" // there are issues with 1.1 regarding permissions, asks for unnecessary permissions
const val androidx = "1.1.0"
Expand Down

0 comments on commit 22083fb

Please sign in to comment.