Skip to content

Commit d10fba1

Browse files
committed
replace mavenLocal with jcenter repo on samples
1 parent 6259391 commit d10fba1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ group 'com.adamratzman'
66
version '3.0.0'
77

88
repositories {
9-
mavenLocal()
10-
mavenCentral()
9+
jcenter()
1110
}
1211

1312
dependencies {

0 commit comments

Comments
 (0)