Skip to content

Commit 1767caa

Browse files
committed
Remove flatDir repositories declaration from build.grade
1 parent 128f29d commit 1767caa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ apply plugin: 'com.neenbedankt.android-apt'
55
//TODO uncomment line below after adding fabric api secret and key to fabric.properties
66
//apply plugin: 'io.fabric'
77

8-
repositories {
9-
flatDir {
10-
dirs 'libs'
11-
}
12-
}
13-
148
android {
159
compileSdkVersion 23
1610
buildToolsVersion '23.0.2'

0 commit comments

Comments
 (0)