Skip to content

Commit

Permalink
[*] disabled jack as it was causing issues when publishing the lib to…
Browse files Browse the repository at this point in the history
… maven central
  • Loading branch information
nisrulz committed Jun 24, 2016
1 parent e88e205 commit 823e04b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,10 @@ android {
versionCode 1
versionName "1.0"
jackOptions {
enabled true
enabled false
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}

buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit 823e04b

Please sign in to comment.