X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=80841c31ad953f6893d2dadaa802ce47825f98b3;hb=b529b0b07fd94118aff6add8b80ae53947819982;hp=3ccae68468b4eb25239bd9620d7e11b92503a56e;hpb=af406bb06b29b3dfa67a9540bde7775f48f5d978;p=Sunshine.git diff --git a/app/build.gradle b/app/build.gradle index 3ccae68..80841c3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,4 +22,6 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:19.+' + // You must install or update the Support Repository through the SDK manager to use this dependency. + compile 'com.android.support:support-v4:19.+' }