Skip to content

Commit 8653b74

Browse files
committed
Prefer to add explicit group.
1 parent e282380 commit 8653b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies_groups.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ ext.groups = [
4747
],
4848
mavenCentral: [
4949
regex: [
50-
'com\\.google\\.auto\\.*',
5150
],
5251
group: [
5352
'app.cash.paparazzi',
@@ -85,6 +84,7 @@ ext.groups = [
8584
'com.google',
8685
'com.google.android',
8786
'com.google.api.grpc',
87+
'com.google.auto',
8888
'com.google.auto.service',
8989
'com.google.auto.value',
9090
'com.google.code.findbugs',

0 commit comments

Comments
 (0)