Skip to content

Commit

Permalink
Made the sample app build using the latest version from jCenter
Browse files Browse the repository at this point in the history
  • Loading branch information
isso committed Apr 24, 2016
1 parent 7ad043c commit c86f4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sampleApplication/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.3.0'
// compile 'com.integreight.onesheeld:sdk:2.1.2'
compile project(':sdk')
compile 'com.integreight.onesheeld:sdk:2.1.2'
// compile project(':sdk')
}

0 comments on commit c86f4ca

Please sign in to comment.