Skip to content

Commit

Permalink
use real artifacts instead of project in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauin committed Aug 8, 2016
1 parent d7e2c29 commit c8dfb99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ android {
}

dependencies {
compile project(':servant')
// compile project(':servant')
compile "com.mtramin:servant:$versions.name"

compile 'com.android.support:appcompat-v7:24.1.1'
compile "com.google.android.gms:play-services-location:$versions.playServices"
Expand Down

0 comments on commit c8dfb99

Please sign in to comment.