Skip to content

Commit 889c7c8

Browse files
committed
Fixed unresolved dependency by JCenter
Problem: * What went wrong: A problem occurred configuring root project 'TapTargetView'. > Could not resolve all artifacts for configuration ':classpath'. > Could not find aapt2-proto.jar (com.android.tools.build:aapt2-proto:0.3.1). Searched in the following locations: https://jcenter.bintray.com/com/android/tools/build/aapt2-proto/0.3.1/aapt2-proto-0.3.1.jar Changing google to the first source for dependencies resolves this issue
1 parent 84afbb8 commit 889c7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
repositories {
3-
jcenter()
43
google()
4+
jcenter()
55
}
66
dependencies {
77
classpath 'com.android.tools.build:gradle:3.2.0'

0 commit comments

Comments
 (0)