Removed maven repo used for static library.

Change-Id: I8e8ba011c7f7e42769f7d58e00ab2d9509ca2664
This commit is contained in:
Sarah Maddox 2017-02-09 12:34:02 +11:00
parent 7e3a399f76
commit cda4d08d36

View File

@ -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'
})