Skip to content

Commit

Permalink
fix gradle build files
Browse files Browse the repository at this point in the history
  • Loading branch information
gotev committed Oct 15, 2015
1 parent e10d808 commit c5f0579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ buildscript {
}

apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

dependencies {
compile 'com.android.support:support-v4:23.0.1'
Expand Down
2 changes: 1 addition & 1 deletion examples/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compile 'com.android.support:appcompat-v7:23.0.1'

// NOTE: This is dependency on the official release, use this for reference in your projects.
compile 'com.github.alexbbb:android-upload-service:-SNAPSHOT'
compile 'com.github.alexbbb:android-upload-service:1.4'

// NOTE: The android-upload-service project added as a dependency for development purposes.
//compile project(':android-upload-service')
Expand Down

0 comments on commit c5f0579

Please sign in to comment.