We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 112c9ce commit faba80aCopy full SHA for faba80a
app/build.gradle.kts
@@ -1,9 +1,9 @@
1
plugins {
2
- id("com.android.application")
3
- id("org.jetbrains.kotlin.android")
4
- id("com.google.protobuf")
5
- id("org.jetbrains.kotlin.plugin.compose")
6
- id("org.jetbrains.kotlin.plugin.serialization")
+ id("com.android.application") version "8.7.1"
+ id("org.jetbrains.kotlin.android") version "2.1.10"
+ id("org.jetbrains.kotlin.plugin.compose") version "2.1.10"
+ id("org.jetbrains.kotlin.plugin.serialization") version "2.1.10"
+ id("com.google.protobuf") version "0.9.4"
7
}
8
9
// This is the version of the app that is displayed in the UI on the drawer.
build.gradle.kts
0 commit comments