zhouwg / kantv

workbench for learing&practising AI tech in real scenario on Android device, powered by GGML(Georgi Gerganov Machine Learning) and NCNN(Tencent NCNN) and FFmpeg
Apache License 2.0
110 stars 18 forks source link

Update JDK to 17 #147

Closed xionxiao closed 4 months ago

xionxiao commented 4 months ago

Update gradle wrapper to 7.3 and JDK-17. Fix ButterKnife compatibility issue with a workaround.

xionxiao commented 4 months ago

ButterKnife has stopped updating for 4 years and only supports JDK 11. It is recommended to discontinue using this library for further development.

zhouwg commented 4 months ago

thanks for you time and thanks for you PR