Skip to content

Commit

Permalink
Fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
jrvansuita committed Feb 12, 2017
1 parent 0375943 commit a50ae4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ android {
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.android.support:design:25.1.1'
compile project(':library')
Expand Down
9 changes: 1 addition & 8 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,16 @@ android {
versionName "1.0"
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

sourceSets {
main.res.srcDirs 'res'
}
}

dependencies {
compile 'com.android.support:appcompat-v7:25.1.1'
compile 'com.makeramen:roundedimageview:2.3.0'
compile 'com.android.support:cardview-v7:25.1.1'
compile 'com.github.jrvansuita:IconHandler:+'
compile 'com.makeramen:roundedimageview:2.3.0'
}

// build a jar with source files
Expand Down

0 comments on commit a50ae4a

Please sign in to comment.