Skip to content

Commit 2cca5e9

Browse files
author
Kalyan Reddy
committed
Removed hard coded local maven repos
1 parent f799004 commit 2cca5e9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

mlkit-android/custom-model/final/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ allprojects {
1919
repositories {
2020
google()
2121
jcenter()
22-
maven {url "/Users/gkal/Downloads/fbml-sdk/m2repository"}
2322
}
2423
}
2524

mlkit-android/custom-model/starter/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ allprojects {
1919
repositories {
2020
google()
2121
jcenter()
22-
maven {url "/Users/gkal/Downloads/fbml-sdk/m2repository"}
2322
}
2423
}
2524

0 commit comments

Comments
 (0)