Skip to content

Commit

Permalink
update build.gradle : change bboxiot-library groupID
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandmartel committed Mar 13, 2016
1 parent 3647c60 commit 2318b2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bboxiot-tv-app/bboxiot-tv-app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/blame" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dependency-cache" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/bboxlab/bboxiot-library/0.76/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/fr.bouyguestelecom.dev/bboxiot-library/0.76/jars" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jacoco" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
Expand Down
2 changes: 1 addition & 1 deletion bboxiot-tv-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'bboxlab:bboxiot-library:0.76'
compile 'fr.bouyguestelecom.dev:bboxiot-library:0.76'
//compile project(':bboxiot-lib')
}

Expand Down

0 comments on commit 2318b2e

Please sign in to comment.