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

Commit 3bd78b3

Browse files
author
jaeho.lee104
committed
fix: resolve gradle version
1 parent 6f96c15 commit 3bd78b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object Versions {
2323
const val TARGET_SDK = 30
2424
const val MIN_SDK = 21
2525

26-
const val ANDROID_GRADLE_PLUGIN = "7.0.0-beta05"
26+
const val ANDROID_GRADLE_PLUGIN = "7.0.2"
2727
const val BENCHMARK = "1.0.0"
2828
const val COMPOSE = "1.0.0-beta04"
2929
const val FIREBASE_CRASHLYTICS = "2.3.0"

0 commit comments

Comments
 (0)