Skip to content

Commit

Permalink
Update dependencies (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars885 authored May 6, 2021
1 parent 8591136 commit a2e052a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object appConfig {
const val compileSdkVersion = 30
const val targetSdkVersion = 30
const val minSdkVersion = 21
const val buildToolsVersion = "29.0.3"
const val buildToolsVersion = "30.0.0"
const val applicationId = "com.paulrybitskyi.valuepicker.sample"

val javaCompatibilityVersion = JavaVersion.VERSION_1_8
Expand Down Expand Up @@ -63,7 +63,7 @@ object versions {
const val kotlin = "1.4.32" // also in buildSrc build.gradle.kts file
const val gradlePlugin = "4.1.3" // also in buildSrc build.gradle.kts file and lint version
const val gradleVersionsPlugin = "0.38.0"
const val dokkaPlugin = "1.4.30"
const val dokkaPlugin = "1.4.32"
const val appCompat = "1.2.0"
const val recyclerView = "1.2.0"
const val navFragmentKtx = "2.3.5"
Expand Down

0 comments on commit a2e052a

Please sign in to comment.