Closed IzzySoft closed 1 year ago
compat
is a new module that offers backward compatibility with older versions of the Android API. This module is present in the gn_mobile_core
repository and is used directly as a dependency in the commons
module.
cf. https://github.com/PnX-SI/gn_mobile_core/blob/develop/commons/build.gradle#L48
Thanks a lot! Found it, added to my library definitions. Now pointed out correctly with your app listing (under "Packages", expand the library section to see).
Scanning the APK I see a package
fr.geonature.compat
referenced. Scanning the source here, I see several places where it's imported (import fr.geonature.compat
), but none where it is declared (package fr.geonature.compat
). Could not find a reference inbuild.gradle
either.Could you please point me in the right direction? Thanks in advance!