compile fileTree(include: [‘*.jar’], dir: ‘libs’)
testCompile ‘junit:junit:4.12’
compile ‘com.android.support:appcompat-v7:23.1.0’
compile ‘com.android.support:design:23.1.0’
compile ‘com.squareup.okhttp:okhttp:2.7.5’
compile project(‘:mylib’)
compile ‘com.google.code.gson:gson:2.6.2’
debugCompile ‘com.squareup.leakcanary:leakcanary-android:1.3.1’
releaseCompile ‘com.squareup.leakcanary:leakcanary-android-no-op:1.3.1’
debugCompile ‘me.drakeet.library:crashwoodpecker:0.9.7’
releaseCompile ‘me.drakeet.library:crashwoodpecker-do-nothing:0.9.7’
compile ‘com.squareup.picasso:picasso:2.5.2’
compile ‘com.facebook.fresco:fresco:0.9.0’
compile ‘com.android.support:cardview-v7:23.1.0’
Android 依赖
最新推荐文章于 2024-05-01 02:39:41 发布