Results 4 issues of zhibin

正确的使用流程是 1、app/build.gradle 中buildscript/dependency添加 `classpath 'com.yanzhenjie.andserver:plugin:2.1.9'` 2、引用andServer的模块中添加 `apply plugin: 'com.yanzhenjie.andserver'` 现在我是场景是模块需要单独引用andServer去打包成aar,但是报 plugin: id 'com.yanzhenjie.andserver not found 错误,没有app壳工程的 classpath的情况下,请问有什么解决办法吗?

help wanted

java throws the Number Format Exception when I compress video, in the source code position ` String rotation = retriever.extractMetadata(MediaMetadataRetriever.METADATA_KEY_VIDEO_ROTATION);` ` int rotationValue = Integer.valueOf(rotation); ` exception will be throwed...

` api 'com.github.lsxiao.Apollo:core:1.0.2'` `kapt "com.github.lsxiao.Apollo:processor:1.0.2"` 只有写在app.gradle才能收到事件,写在library.gradle收不到,有解决办法吗

openGallery 既然支持传入 ALL类型的,那图片选择界面却不能支持同时勾选视频和图片,就很奇怪,希望作者能更新该功能