Skip to content

Commit

Permalink
Increase versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Jun 25, 2020
1 parent 14103c4 commit 6cbafe8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
apply from: 'dependencies.gradle'

buildscript {
ext.kotlinVersion = '1.3.11'
ext.kotlinVersion = '1.3.72'
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:4.0.0'
classpath "org.jetbrains.kotlin:kotlin-android-extensions:$kotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0-alpha06"
classpath "android.arch.navigation:navigation-safe-args-gradle-plugin:1.0.0"
}
}

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 @@
#Sun Sep 01 20:22:49 CEST 2019
#Thu Jun 25 14:34:11 CEST 2020
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 comments on commit 6cbafe8

Please sign in to comment.