File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.3.21 '
2+ ext. kotlin_version = ' 1.3.31 '
33 ext. spek_version = ' 2.0.0-rc.1'
44 repositories {
55 jcenter()
66 google()
77
88 }
99 dependencies {
10- classpath ' com.android.tools.build:gradle:3.3.2 '
10+ classpath ' com.android.tools.build:gradle:3.4.1 '
1111 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1212 classpath " de.mannodermaus.gradle.plugins:android-junit5:1.3.1.1"
1313 classpath " com.vanniktech:gradle-android-junit-jacoco-plugin:0.13.0"
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ apply plugin: "de.mannodermaus.android-junit5"
1212apply plugin : " com.vanniktech.android.junit.jacoco"
1313
1414ext {
15- libraryVersionCode = 29
16- libraryVersionName = ' 3.2 .0'
15+ libraryVersionCode = 30
16+ libraryVersionName = ' 3.3 .0'
1717
1818 // Bintray and Maven
1919 bintrayRepo = ' maven'
Original file line number Diff line number Diff line change 1- # Thu Sep 07 16:39:57 PDT 2017
1+ # Mon Jun 24 19:53:12 CDT 2019
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.1.1 -all.zip
You can’t perform that action at this time.
0 commit comments