Skip to content

Commit

Permalink
Update various dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdispatch committed Apr 15, 2021
1 parent 18ce307 commit a274b88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ buildscript {
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:4.0.1")
classpath("com.android.tools.build:gradle:4.1.3")
classpath(kotlin("gradle-plugin", version = "1.4.0"))
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.3.0")
classpath("androidx.navigation:navigation-safe-args-gradle-plugin:2.3.5")
}
// Exclude the lombok version that the android plugin depends on.
configurations.classpath {
Expand Down Expand Up @@ -41,4 +41,4 @@ tasks.register<Zip>("zipBackup") {
exclude("backup**")
}
destinationDirectory.set(project.rootDir)
}
}
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 @@
#Tue Jun 09 12:54:55 EEST 2020
#Thu Apr 15 10:22:03 EEST 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip

0 comments on commit a274b88

Please sign in to comment.