Skip to content

Commit 534d9fc

Browse files
author
Marcel Schnelle
committed
Update to Gradle 4.8.1 & AGP 3.2.0-beta01
1 parent 19a8f3e commit 534d9fc

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ INSTRUMENTATION_MIN_SDK_VERSION = 26
3333
INSTRUMENTATION_RUNNER_MIN_SDK_VERSION = 14
3434

3535
# Dependency versions (plugins)
36-
ANDROID_PLUGIN_VERSION = 3.2.0-alpha18
36+
ANDROID_PLUGIN_VERSION = 3.2.0-beta01
3737
BINTRAY_PLUGIN_VERSION = 1.8.2
3838
SHADOW_PLUGIN_VERSION = 2.0.4
3939
VERSIONS_PLUGIN_VERSION = 0.19.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

sample/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ dependencies {
7373

7474
testImplementation junit5.unitTests()
7575
testImplementation junit5.parameterized()
76-
testCompileOnly junit5.unitTestsRuntime()
7776

7877
androidTestImplementation "junit:junit:$JUNIT4_VERSION"
7978
androidTestImplementation "com.android.support.test:runner:$SUPPORT_TEST_LIBRARY_VERSION"

0 commit comments

Comments
 (0)