Skip to content

Commit

Permalink
Update android gradle plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
elise-ng committed Jul 17, 2024
1 parent 3a9a3a5 commit ade0bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
// https://developer.android.com/build/releases/gradle-plugin#8-1-0
// If you ever update Android Gradle Plugin, please also update
// BUILD_TOOLS_VERSION in ./.github/workflows/ci.yaml
id("com.android.library") version "8.5.0" apply false
id("com.android.application") version "8.5.0" apply false
id("com.android.library") version "8.5.1" apply false
id("com.android.application") version "8.5.1" apply false
id("org.jetbrains.kotlin.android") version "1.9.23" apply false
kotlin("plugin.serialization") version "1.9.20" apply false
id("org.jetbrains.dokka") version "1.9.10"
Expand Down

0 comments on commit ade0bf0

Please sign in to comment.