Apparently, this is intended behavior:

com.firebaseui:firebase-ui-firestore:3.1.0 depends on android.arch.lifecycle:extensions:1.0.0-beta1. Switching to version 3.2.2 fixes the issue by using the Lifecycle 1.1 libraries that Support Library 27.1.0 are built upon. - Issue Tracker

For me, removing the firebase-ui dependencies solved the issue since I wasn't even using the library in the first place.

You can specify the Gradle version in either the File > Project Structure > Project menu in Android Studio, or by editing the Gradle distribution reference in the gradle/wrapper/gradle-wrapper.properties file. The following example sets the Gradle version to 4.10.1 in the gradle-wrapper.properties file.

 
...
distributionUrl = https\://services.gradle.org/distributions/gradle-4.10.1-all.zip
...

最新文章

  1. mysql命令行修改字符编码
  2. C#如何测试代码运行时间
  3. 如何自动化一键部署PHP项目
  4. Android中事件传递机制的总结
  5. js&html5实现消星星游戏
  6. 8 Types Of Friends You Need To Have in Your Life
  7. 通过 Session 操纵对象
  8. Leetcode Count Prime
  9. "库未注册"(Library not registered)异常.
  10. apt-get install jdk
  11. Tomcat学习—Tomcat的简介和目录以及配置文件介绍(Windows环境)
  12. AlloyTouch之无限循环select插件
  13. php数组和正则表达式的替换拆分匹配所有
  14. JAVA 的关键字 、
  15. jenkins 解决构建成功后进程消失的问题
  16. 针对多条件查询,应对 url 无用 null 值现象处理
  17. JAVA随笔----浅谈lombok注解
  18. 名称 ****不是有效的标识符 sql
  19. February 17th, 2018 Week 7th Saturday
  20. 如何在sublime编辑器中,执行命令行脚本

热门文章

  1. 【LOJ】#2525. 「HAOI2018」字串覆盖
  2. spring@PropertySource用法
  3. 4,EasyNetQ-Request Response
  4. B+/-Tree原理
  5. 理解JVM模型
  6. 狗日的系统之家下载的Windows 10 1803/1809系统不干净,捆绑自动安装腾讯关键等软件
  7. STM32 TIMER OUTPUT DIAGRAM
  8. PE Header and Export Table for Delphi
  9. OpenOCD Debug Adapter Configuration
  10. Android ListView中按钮监听器设置的解决方案