Skip to content

Commit 2e90991

Browse files
committed
Add maven in gradle
1 parent 3a23126 commit 2e90991

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ buildscript {
1111
repositories {
1212
google()
1313
jcenter()
14+
maven { url "http://repository.ow2.org/nexus/content/repositories/releases/" }
1415
}
1516
dependencies {
1617
classpath 'com.google.gms:google-services:4.0.1'

0 commit comments

Comments
 (0)