Key-CN / ViewRecord

Android View Record: Screen Record, Video Record, Audio Record, 安卓录屏,或者说app内录屏,避开隐私问题,不会录到系统通知之类的,View级别的录屏,支持同时录音
MIT License
23 stars 2 forks source link

怎么兼容低版本jdk1.8 #1

Open 120805481 opened 3 months ago

120805481 commented 3 months ago

大佬你好。我现在需要兼容以下uniapp的原生插件,要求jdk1.8,gradle6.5。现在您这个版本太高了。我引入进去没有办法正常运行。求一个低版本兼容方案,感谢

Key-CN commented 3 months ago

你可以把代码clone下来,自己降一下级,然后重新打一下包,我没有用到高版本特性,你很容易降级的

2024年5月30日 17:35,120805481 @.***> 写道:

大佬你好。我现在需要兼容以下uniapp的原生插件,要求jdk1.8,gradle6.5。现在您这个版本太高了。我引入进去没有办法正常运行。求一个低版本兼容方案,感谢

— Reply to this email directly, view it on GitHub https://github.com/Key-CN/ViewRecord/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFQFNEUJ7SYKEZF475HZL5LZE3XGTAVCNFSM6AAAAABIQR2UN6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZDKMRQGU3DKMQ. You are receiving this because you are subscribed to this thread.

120805481 commented 3 months ago

感谢回复。我clone了代码,降级,不只是jdk版本问题,还有kotlin版本和gradle版本都对不上,降级除了很多问题。我是安卓初学者,不太精通这个。求指点,kotlin和gradle降级怎么操作