1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-04 22:40:12 +01:00

Merge branch 'billing' into 'master'

NON_FREE_GRADLE_LINES: add com.android.billingclient

See merge request fdroid/fdroidserver!958
This commit is contained in:
Jochen Sprickerhof 2021-06-17 11:53:18 +00:00
commit 0ea4839fbb

View File

@ -67,6 +67,7 @@ NON_FREE_GRADLE_LINES = {
r'google.*admob',
r'google.*play.*services',
r'com.google.android.play:core.*',
r'com.android.billingclient',
r'androidx.work:work-gcm',
r'crittercism',
r'heyzap',