mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Prefer to add explicit group.
This commit is contained in:
parent
e282380ab8
commit
8653b74964
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,6 @@ ext.groups = [
|
||||||
],
|
],
|
||||||
mavenCentral: [
|
mavenCentral: [
|
||||||
regex: [
|
regex: [
|
||||||
'com\\.google\\.auto\\.*',
|
|
||||||
],
|
],
|
||||||
group: [
|
group: [
|
||||||
'app.cash.paparazzi',
|
'app.cash.paparazzi',
|
||||||
|
@ -85,6 +84,7 @@ ext.groups = [
|
||||||
'com.google',
|
'com.google',
|
||||||
'com.google.android',
|
'com.google.android',
|
||||||
'com.google.api.grpc',
|
'com.google.api.grpc',
|
||||||
|
'com.google.auto',
|
||||||
'com.google.auto.service',
|
'com.google.auto.service',
|
||||||
'com.google.auto.value',
|
'com.google.auto.value',
|
||||||
'com.google.code.findbugs',
|
'com.google.code.findbugs',
|
||||||
|
|
Loading…
Reference in a new issue