mirror of
https://github.com/googlemaps/android-samples.git
synced 2025-12-08 18:02:20 +00:00
Removed maven repo used for static library.
Change-Id: I8e8ba011c7f7e42769f7d58e00ab2d9509ca2664
This commit is contained in:
parent
7e3a399f76
commit
cda4d08d36
@ -20,11 +20,6 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
repositories {
|
||||
maven { url "/Users/sarahmaddox/Development/devrelgit-projects/tut-polygon/maps/tutorials/Polygons/app/libs/"}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.android.support:appcompat-v7:25.1.1'
|
||||
@ -32,6 +27,7 @@ dependencies {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
|
||||
exclude group: 'com.android.support', module: 'support-annotations'
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user