Skip to content

Commit faba80a

Browse files
build: remove non-required root-level gradle build file
1 parent 112c9ce commit faba80a

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

app/build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
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")
2+
id("com.android.application") version "8.7.1"
3+
id("org.jetbrains.kotlin.android") version "2.1.10"
4+
id("org.jetbrains.kotlin.plugin.compose") version "2.1.10"
5+
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.10"
6+
id("com.google.protobuf") version "0.9.4"
77
}
88

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

build.gradle.kts

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)