Skip to content

Commit fef5e10

Browse files
pedro-victorKerumen
authored andcommitted
Fix aapt2 not found by moving Google Maven repository up (#113)
1 parent 5b6d836 commit fef5e10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ def safeExtGet(prop, fallback) {
66

77
buildscript {
88
repositories {
9-
jcenter()
109
maven {
1110
url 'https://maven.google.com/'
1211
name 'Google'
1312
}
13+
jcenter()
1414
}
1515
dependencies {
1616
classpath 'com.android.tools.build:gradle:3.2.1'

0 commit comments

Comments
 (0)