Skip to content

Commit

Permalink
Undoing accidentially committed comment in build.gradle
Browse files Browse the repository at this point in the history
Signed-off-by: James Sutton <james.sutton@uk.ibm.com>
  • Loading branch information
jpwsutton committed Oct 6, 2016
1 parent a4237eb commit daa0c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.paho.android.service/build.gradle
Expand Up @@ -38,7 +38,7 @@ configurations {
dependencies {
compile "org.eclipse.paho:org.eclipse.paho.client.mqttv3:${rootProject.ext.clientVersion}"
compile "com.android.support:support-v4:${rootProject.ext.supportLibVersion}"
//compile fileTree(include: ['*.jar'], dir: 'libs')
compile fileTree(include: ['*.jar'], dir: 'libs')
}

android.libraryVariants.all { variant ->
Expand Down

0 comments on commit daa0c6d

Please sign in to comment.