PnX-SI / gn_mobile_occtax

Application mobile pour la saisie dans le module Occtax de GeoNature
GNU General Public License v3.0
13 stars 2 forks source link

Where does fr.geonature.compat originate? #220

Closed IzzySoft closed 1 year ago

IzzySoft commented 1 year ago

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 in build.gradle either.

Could you please point me in the right direction? Thanks in advance!

sgrimault commented 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

IzzySoft commented 1 year ago

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).