Skip to content

Commit e0fa050

Browse files
committed
add google maven repository to project build script
1 parent 77ff417 commit e0fa050

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build-artifacts/project-template-gradle/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ android {
197197

198198
repositories {
199199
jcenter()
200+
maven { url 'https://maven.google.com' }
201+
200202
// used for local *.AAR files
201203
flatDir {
202204
dirs 'libs/aar'

0 commit comments

Comments
 (0)