Skip to content

Commit

Permalink
Bump gradle build tools from 4.1.2 to 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed Apr 8, 2021
1 parent 0b7962a commit 49f69cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
}
}

val buildToolsVersion = "4.1.2"
val buildToolsVersion = "4.1.3"
val kotlinVersion = "1.4.31"
val dokkaVersion = "0.10.1"
val manesVersion = "0.33.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object Libraries {
object Android {

object Tools {
private const val version = "4.1.2"
private const val version = "4.1.3"
const val buildGradle = "com.android.tools.build:gradle:$version"
}
}
Expand Down Expand Up @@ -187,7 +187,7 @@ object Libraries {
}

object Kotlin {
private const val version = "1.4.31"
private const val version = "1.4.32"
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$version"
const val reflect = "org.jetbrains.kotlin:kotlin-reflect:$version"

Expand Down

0 comments on commit 49f69cd

Please sign in to comment.