Skip to content

Commit 604b9c4

Browse files
committed
update gradle
1 parent 94f7611 commit 604b9c4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/flutter/github_search/android/settings.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,10 @@ plugins {
2222
id "org.jetbrains.kotlin.android" version "2.0.20" apply false
2323
}
2424

25-
include ":app"
25+
26+
rootProject.name = "github_search"
27+
include ":app"
28+
29+
plugins {
30+
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
31+
}

0 commit comments

Comments
 (0)