Skip to content

Commit

Permalink
no shared classes for test and androidTest
Browse files Browse the repository at this point in the history
  • Loading branch information
avalax committed Dec 14, 2017
1 parent dd33978 commit 552d5e9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

android {
sourceSets {
String sharedTestDir = 'src/sharedTest/java'
test {
java.srcDir sharedTestDir
}
androidTest {
java.srcDir sharedTestDir
}
}
}

packagingOptions {
exclude 'LICENSE.txt'
exclude 'META-INF/LICENSE'
Expand Down

0 comments on commit 552d5e9

Please sign in to comment.