Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #148 from ianhanniballake/patch-1
Browse files Browse the repository at this point in the history
Replace support-v4 dependency with support-compat
  • Loading branch information
unEgor committed Oct 20, 2017
2 parents fce3aa3 + 2d66b5a commit caa46d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobdispatcher/build.gradle
Expand Up @@ -39,7 +39,7 @@ android {

dependencies {
// The main library only depends on the Android support lib
compile "com.android.support:support-v4:${project.ext.supportLibraryVersion}"
compile "com.android.support:support-compat:${project.ext.supportLibraryVersion}"
// compile "com.android.support:support-annotations:${project.ext.supportLibraryVersion}"

def junit = 'junit:junit:4.12'
Expand Down

0 comments on commit caa46d1

Please sign in to comment.