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

fix: resolve gradle version #402

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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