Skip to content

Commit

Permalink
Refactored modules
Browse files Browse the repository at this point in the history
  • Loading branch information
federicoiosue committed Nov 4, 2014
1 parent aa27026 commit 0867511
Show file tree
Hide file tree
Showing 48 changed files with 7 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public void run() {


@Override
public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
mCheckListEventListener.onEditorActionPerformed(this, actionId, event);
return true;
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 5 additions & 1 deletion demo/build.gradle → checklistview_demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}

lintOptions {
abortOnError false
}
}

dependencies {
compile project(':library')
compile project(':checklistview')
compile 'com.android.support:appcompat-v7:19.1.0'
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include ':demo'
include ':library'
include ':checklistview', ':checklistview_demo'

0 comments on commit 0867511

Please sign in to comment.