Skip to content

Commit 375c4cb

Browse files
committed
Library code structure
1 parent 5088ce0 commit 375c4cb

19 files changed

+0
-8
lines changed

library/build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ apply plugin: 'android-library'
33
android {
44
compileSdkVersion 18
55
buildToolsVersion '18.0.1'
6-
7-
sourceSets {
8-
main {
9-
manifest.srcFile 'AndroidManifest.xml'
10-
java.srcDirs = ['src']
11-
res.srcDirs = ['res']
12-
}
13-
}
146
}
157

168
android.libraryVariants.all { variant ->
File renamed without changes.

0 commit comments

Comments
 (0)