JesseWo

Results 4 issues of JesseWo

根据Google官方 [Update the Android Plugin for Gradle](https://developer.android.com/studio/releases/gradle-plugin) 升级Android Plugin for Gradle: 1. 修改根目录 build.gradle ``` buildscript { repositories { // Gradle 4.1 and higher include support for Google's Maven repo...

``` if (mMuxer != null) { // TODO: stop() throws an exception if you haven't fed it any data. Keep track // of frames submitted, and don't call stop() if...

compileSdkVersion 改成29 里面一堆测试代码就完了。。。

将okhttp 从3.9直接跨到3.14,这是个breaking changes,最重要的是放弃了android 4.x 关键是 no-op 也集成了。gradle相同库依赖冲突时直接采用最高版本。 造成生产4.x机型完全不能用。。。。