Skip to content

Commit 268507b

Browse files
committed
fixed group id of support dependency
1 parent 9e5a966 commit 268507b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</licenses>
1616
<dependencies>
1717
<dependency>
18-
<groupId>com.google.android.support</groupId>
18+
<groupId>com.android.support</groupId>
1919
<artifactId>support-v4</artifactId>
2020
<version>25.3.1</version>
2121
<scope>compile</scope>

0 commit comments

Comments
 (0)