How to integrate Firebase with Glide ('using' method)

前端 未结 2 2371
别那么骄傲
别那么骄傲 2021-02-20 11:24

I\'m trying to use Firebase integration with Glide and for some reason, Glide.using() cannot resolve this method. I did add:

compile \'com.firebase         


        
2条回答
  •  没有蜡笔的小新
    2021-02-20 11:50

    To solve this, please change this line:

    compile 'com.github.bumptech.glide:glide:4.0.0-RC1'
    

    with

    compile 'com.github.bumptech.glide:glide:3.7.0'
    

提交回复
热议问题