Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Merge commit 'f4362c1573ec410b7549eaee28847d34a4701c73'
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Sep 1, 2015
2 parents da8ebf3 + f4362c1 commit 8e86b64
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions colorpickerpreference/build.gradle
@@ -1,4 +1,3 @@
apply plugin: 'com.android.library'
/*******************************************************************************
* Mirakel is an Android App for managing your ToDo-Lists
*
Expand All @@ -18,16 +17,7 @@ apply plugin: 'com.android.library'
* along with this program. If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/

//apply plugin: 'hugo'


android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
packagingOptions {
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
}
sourceSets {
main {
manifest.srcFile 'AndroidManifest.xml'
Expand All @@ -42,7 +32,8 @@ android {
}
}
dependencies {
compile project(':colorpicker')
compile project(':helper')
debugCompile project(path: ':helper',configuration: 'debug')
releaseCompile project(path: ':helper',configuration: 'release')
debugCompile project(path: ':colorpicker',configuration: 'debug')
releaseCompile project(path: ':colorpicker',configuration: 'release')
}

0 comments on commit 8e86b64

Please sign in to comment.