Skip to content

Commit dd33783

Browse files
authored
Merge pull request #213 from ncapdevi/3.3.0
3.3.0
2 parents 456e804 + 3f1eca6 commit dd33783

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
buildscript {
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"

frag-nav/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ apply plugin: "de.mannodermaus.android-junit5"
1212
apply plugin: "com.vanniktech.android.junit.jacoco"
1313

1414
ext {
15-
libraryVersionCode = 29
16-
libraryVersionName = '3.2.0'
15+
libraryVersionCode = 30
16+
libraryVersionName = '3.3.0'
1717

1818
//Bintray and Maven
1919
bintrayRepo = 'maven'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Sep 07 16:39:57 PDT 2017
1+
#Mon Jun 24 19:53:12 CDT 2019
22
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-4.10.2-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 commit comments

Comments
 (0)