0
0
mirror of https://git.code.sf.net/p/opencamera/code.git synced 2024-09-20 03:52:26 +02:00

Fix error about missing aapt2, Google must go first!

See https://stackoverflow.com/questions/50279792/could-not-find-com-android-tools-buildaapt23-2-0 .
This commit is contained in:
Mark Harman 2018-10-25 11:19:27 +01:00
parent 80b8b229a4
commit 9180fde1e3

View File

@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
@ -11,7 +11,7 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
jcenter()
}
}