AlistAndroid是一个基于AList的Android客户端,使用Kotlin编写,使用Jetpack Compose作为UI框架。
Github Action 会每小时检查最新的 AList发布 并自动构建APK,发布到 Release 中,您只需耐心等待片刻并在应用内检查更新即可。
分为两个版本
LatestCommit: AList的最新提交版 Github Actions会自动构建最新的AList代码,但是不保证稳定性
LatestRelease: AList的最新发布版 Github Actions会自动构建最新的AList发布版,保证稳定性。
cd alist-lib/scripts
chmod +x *.sh
./install_alist.sh
./install_web.sh
./install_gomobile.sh
./install_aar.sh
More: https://github.com/jing332/file/blob/main/android_repo_build.md