Skip to content
This repository was archived by the owner on Aug 16, 2023. It is now read-only.

Commit e45b7c9

Browse files
committed
use latest AGP v4.0.0-beta04
1 parent 111fb1b commit e45b7c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@
1818

1919
buildscript {
2020
repositories {
21+
google()
2122
jcenter()
2223
}
2324
dependencies {
24-
classpath 'com.android.tools.build:gradle:2.3.3'
25+
classpath 'com.android.tools.build:gradle:4.0.0-beta04'
2526

2627
// NOTE: Do not place your application dependencies here; they belong
2728
// in the individual module build.gradle files
@@ -30,6 +31,7 @@ buildscript {
3031

3132
allprojects {
3233
repositories {
34+
google()
3335
jcenter()
3436
}
3537
}

0 commit comments

Comments
 (0)