Skip to content

Commit 5f387b6

Browse files
authored
Merge pull request #81 from mhdabbaghy/change_build_script_repositories_order
Change repositories order in build.gradle.kts file
2 parents 8ac703d + 15eadf1 commit 5f387b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ plugins {
2121

2222
buildscript {
2323
repositories {
24-
google()
2524
mavenCentral()
25+
google()
2626
gradlePluginPortal()
2727
}
2828

0 commit comments

Comments
 (0)