linsui
linsui
Can you clean the cache and rebuild the apk?
- `com.github.zawadz88.materialpopupmenu:material-popup-menu` -> https://jitpack.io/#zawadz88/MaterialPopupMenu - `com.liaoinstan.springview:library` -> https://jitpack.io/#liaoinstan/SpringView - `com.lapism:search` There is only 2.0.1 tag in the repo https://github.com/lapism/search, not sure where are the new versions from.
But F-Droid can't use the binary in the repo. We can build them from source though.
F-Droid only allows few maven repos. Binaries or other maven repos are not allowed. https://f-droid.org/docs/Inclusion_Policy/
But we don't know where is the source code of `com.lapism:search:2.4.1`. :shrug:
It builds but the apk is very large. https://monitor.f-droid.org/builds/log/com.gianlu.aria2app/230#site-footer ``` > Task :aria2lib:stripFossReleaseDebugSymbols [CXX1104] NDK from ndk.dir at /opt/android-sdk/ndk/25.0.8775105 had version [25.0.8775105] which disagrees with android.ndkVersion [26.1.10909125] [CXX1104] NDK from...
Those prebuilt libs are used in the action. F-Droid builds them from source.
The prebuilt libs are about 5MB while our builds are about 50MB... So maybe we should just build the libs with an old NDK?
I also can't find the ndk version. And it seems you don't have any ndk installed when building the apk.
The ndk version is from a default value of AGP. Can you set a valid value of `ndkVersion`? It seems `25.2.9519653` is the newest ndk version that can still build...