Skip to content

Commit

Permalink
Merge pull request #213 from ncapdevi/3.3.0
Browse files Browse the repository at this point in the history
3.3.0
  • Loading branch information
ncapdevi committed Jun 25, 2019
2 parents 456e804 + 3f1eca6 commit dd33783
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
buildscript {
ext.kotlin_version = '1.3.21'
ext.kotlin_version = '1.3.31'
ext.spek_version = '2.0.0-rc.1'
repositories {
jcenter()
google()

}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.android.tools.build:gradle:3.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.3.1.1"
classpath "com.vanniktech:gradle-android-junit-jacoco-plugin:0.13.0"
Expand Down
4 changes: 2 additions & 2 deletions frag-nav/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ apply plugin: "de.mannodermaus.android-junit5"
apply plugin: "com.vanniktech.android.junit.jacoco"

ext {
libraryVersionCode = 29
libraryVersionName = '3.2.0'
libraryVersionCode = 30
libraryVersionName = '3.3.0'

//Bintray and Maven
bintrayRepo = 'maven'
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Sep 07 16:39:57 PDT 2017
#Mon Jun 24 19:53:12 CDT 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 comments on commit dd33783

Please sign in to comment.