Skip to content

Commit 6ec585e

Browse files
committedNov 8, 2019
Update AGP to 4.0.0-alpha02
Change-Id: I1cc1db76c728c30841c87bfc0f69b5745fdf78e4
1 parent 60be963 commit 6ec585e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎JetNews/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ buildscript {
2323
}
2424
}
2525
dependencies {
26-
classpath("com.android.tools.build:gradle:4.0.0-alpha01")
26+
classpath("com.android.tools.build:gradle:4.0.0-alpha02")
2727
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.60-eap-76")
2828
}
2929
}
30-
30+
3131
allprojects {
3232
repositories {
3333
google()

0 commit comments

Comments
 (0)
Please sign in to comment.