Skip to content

Commit

Permalink
Adjust file structure for Bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Oct 30, 2016
1 parent 3d3e552 commit 3685c42
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app'
include ':wisefy'
File renamed without changes.
4 changes: 2 additions & 2 deletions app/build.gradle → wisefy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ group = rootProject.ext.GROUP
version = rootProject.ext.VERSION_NAME

def coverageSourceDirs = [
'../app/src/main/java'
'../wisefy/src/main/java'
]

def classDirs = fileTree(
dir: '../app/build/intermediates/classes/debug/com/',
dir: '../wisefy/build/intermediates/classes/debug/com/',
excludes: ['**/R.class',
'**/R$*.class',
'**/*$ViewBinder*.*',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3685c42

Please sign in to comment.