Revert com.android.billingclient:billing to 2.0.3

- This is soon deprecated, but likely the last open source version of the building library.
This commit is contained in:
bunnei 2021-02-28 11:15:02 -08:00
parent 5ea0430669
commit 7928c4b152

View File

@ -121,7 +121,7 @@ dependencies {
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0'
implementation 'com.android.billingclient:billing:2.2.0' implementation 'com.android.billingclient:billing:2.0.3'
} }
def getVersion() { def getVersion() {