Skip to content

Commit

Permalink
Merge pull request #1 from taxibeat/update-libraries
Browse files Browse the repository at this point in the history
Update libraries
  • Loading branch information
cmargonis authored Apr 12, 2019
2 parents ecb8122 + 0276219 commit b8c9574
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.2.60'
ext.kotlinVersion = '1.3.30'
ext.junitVersion = "5.2.0"

repositories {
Expand All @@ -25,7 +25,7 @@ repositories {
}

group = 'co.thebeat.localization'
version = '0.3.5'
version = '0.3.6'

dependencies {
implementation gradleApi()
Expand Down Expand Up @@ -74,7 +74,7 @@ test {
}
}

task wrapper(type: Wrapper) {
gradleVersion = '4.8'
wrapper {
gradleVersion = '5.3.1'
distributionType = Wrapper.DistributionType.ALL
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit b8c9574

Please # to comment.