coomar2841 / image-chooser-library

An Easy Image/Video Chooser Library for your Android Apps
646 stars 193 forks source link

Please update build.gradle dependencies #45

Closed timmolter closed 9 years ago

timmolter commented 9 years ago

Should be:

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    compile 'com.android.support:appcompat-v7:21.+'
    compile project(':image-chooser-library')
    compile 'com.google.android.gms:play-services:6.+'
}
timmolter commented 9 years ago

Also the SDK version (21), target sdk version (21), and the gradle build:

classpath 'com.android.tools.build:gradle:1.0.0'
coomar2841 commented 9 years ago

Will be updating it soon.

coomar2841 commented 9 years ago

Fixed. Took a long time to make these minor changes. Sorry.