DubheBroken

Results 5 issues of DubheBroken

AdvancedPagerSlidingTabStrip的网址Url后面有个句号,直接点击会404

有一个接口数据较多要5秒才返回,但是3秒左右就报TimeOutError了,能否自定义超时时间?

最好不要在项目中直接写死com.android.support:appcompat-v7的版本,如果导入时版本不兼容,gradle会报错. 在readme中说明需要导入com.android.support:appcompat-v7:+即可. 或者实在不想改的话,这么导也是可以的 ``` implementation('com.github.SheHuan:NiceImageView:1.0.5') { exclude group: 'com.android.support', module: 'appcompat-v7' } ```

perfmon: auto modify cpu online file permission(root needed) build: Bump version 1.7.1(16)->1.7.2(17) build: change gradle version to 8.5 /sys/devices/system/cpu/cpu%d/online has permissions set to -rw-rw---- (instead of the expected -r--r--r--) in...

I tried to use MediaPlayer to play a local file on Windows. ### Code Snippet ```kotlin MediaPlayer( autoPlay = true, headers = HashMap(), modifier = Modifier.fillMaxWidth(), url = url, startTime...