Skip to content

Commit becc474

Browse files
Manuel Vivonickbutcher
Manuel Vivo
authored andcommittedDec 8, 2019
Updates AGP to alpha05
1 parent 5f7f560 commit becc474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎JetNews/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
maven { url 'https://dl.bintray.com/kotlin/kotlin-eap' }
2424
}
2525
dependencies {
26-
classpath 'com.android.tools.build:gradle:4.0.0-alpha04'
26+
classpath 'com.android.tools.build:gradle:4.0.0-alpha05'
2727
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2828
}
2929
}

‎JetNews/gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-rc-1-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-milestone-1-bin.zip

0 commit comments

Comments
 (0)
Please sign in to comment.