記錄一些框架的gradle語句

Recyclerview:  compile 'com.android.support:recyclerview-v7:25.3.1'  
  
/**ButterKinfe**/
compile 'com.jakewharton:butterknife:8.4.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'

/**OKGO**/ 網絡請求
compile 'com.lzy.net:okgo:3.0.4'

/**圖片加載**/
compile 'com.github.bumptech.glide:glide:3.7.0'

/**權限管理**/
compile 'pub.devrel:easypermissions:1.0.1'

/**Design風格**/
FloatActionBar: compile 'com.android.support:design:25.3.1'

/**gson**/
compile 'com.google.code.gson:gson:2.7'

/**CardView+*/
compile 'com.android.support:cardview-v7:25.3.1'

//greendao
compile 'org.greenrobot:greendao:3.2.0'
/**權限管理**/
compile 'pub.devrel:easypermissions:1.0.1'






發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章