Skip to content

Commit

Permalink
Library code structure
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Oct 29, 2013
1 parent 5088ce0 commit 375c4cb
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@ apply plugin: 'android-library'
android {
compileSdkVersion 18
buildToolsVersion '18.0.1'

sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
java.srcDirs = ['src']
res.srcDirs = ['res']
}
}
}

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

0 comments on commit 375c4cb

Please sign in to comment.