Closed yakagami closed 3 weeks ago
seems like https://github.com/3003h/FEhViewer/commit/d32fd2a48556b8c55ddb9dccbff8b545e1f45d31 is related here
commenting out these lines in app/build.gradle fixes the issue:
//apply plugin: 'com.google.gms.google-services' //apply plugin: 'com.google.firebase.crashlytics'
also removed
//classpath 'com.google.gms:google-services:4.3.14' //classpath 'com.google.firebase:firebase-crashlytics-gradle:2.8.1'
so this is caused by firebase somehow.
复现步骤 / Steps to reproduce
I was able to build without issues a few months ago. (when it was in the previous repo.)
预期行为 / Expected behaviour
should build
实际行为 / Actual behaviour
备注 / Additional details
I also get this error at the start of compiling. I don't think it is related.
FEhViewer 版本号 / FEhViewer version code
master
FEhViewer CI 版本 / FEhViewer CI version
N/A
平台 / Platform
No response
系统版本 / System version
N/A
设备型号 / Device model
N/A
SoC 型号 / SoC model
N/A
应用日志 / App logs
see above
自查步骤 / Self-review steps