Skip to content

Commit

Permalink
Bump com.android.tools.build:gradle [4.1.3 -> 7.0.3]
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed Nov 22, 2021
1 parent 4bded99 commit d1d8153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3"
val buildToolsVersion = "7.0.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.3"
private const val version = "7.0.3"
const val buildGradle = "com.android.tools.build:gradle:$version"
}
}
Expand Down

0 comments on commit d1d8153

Please sign in to comment.