Skip to content

Commit

Permalink
Move mavenLocal to first to solve build error on Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
warnyul committed Apr 24, 2023
1 parent c0cd951 commit 6e4c029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/resources-gallery/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import com.android.build.gradle.BaseExtension

buildscript {
repositories {
mavenLocal()
mavenCentral()
google()
gradlePluginPortal()
mavenLocal()
}
dependencies {
classpath(moko.resourcesGradlePlugin)
Expand Down

0 comments on commit 6e4c029

Please sign in to comment.