Skip to content

Commit d082bdc

Browse files
chore: bump gradle plugins
1 parent d511a32 commit d082bdc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ plugins {
77
id("org.jetbrains.kotlin.android") version "2.3.21"
88
id("org.jetbrains.kotlin.plugin.compose") version "2.3.21"
99
id("org.jetbrains.kotlin.plugin.serialization") version "2.3.21"
10-
id("com.google.protobuf") version "0.9.6"
11-
id("org.jlleitschuh.gradle.ktlint") version "14.0.1"
10+
id("com.google.protobuf") version "0.10.0"
11+
id("org.jlleitschuh.gradle.ktlint") version "14.2.0"
1212
}
1313

1414
// This is the version of the app that is displayed in the UI on the drawer.

0 commit comments

Comments
 (0)