Skip to content

Commit

Permalink
[CHORE] #12 - Modify Gradle Version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdb1217 committed Feb 26, 2022
1 parent 7328eb9 commit 30129a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Versions {
const val roomVersion = "2.3.0"
const val composeVersion = "1.0.0"

const val gradleVersion = "7.1.0"
const val gradleVersion = "7.1.2"
const val ktlintVersion = "10.0.0"
const val googleServiceVersion = "4.3.5"
const val playCoreVersion = "1.10.0"
Expand Down

0 comments on commit 30129a3

Please sign in to comment.