Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
fix: resolve gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeho-lee104 committed Feb 25, 2022
1 parent 6f96c15 commit dc68183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Versions {
const val TARGET_SDK = 30
const val MIN_SDK = 21

const val ANDROID_GRADLE_PLUGIN = "7.0.0-beta05"
const val ANDROID_GRADLE_PLUGIN = "7.0.2"
const val BENCHMARK = "1.0.0"
const val COMPOSE = "1.0.0-beta04"
const val FIREBASE_CRASHLYTICS = "2.3.0"
Expand Down

0 comments on commit dc68183

Please sign in to comment.