Vlad
02/05/2024, 3:00 PMapp.version.name=1.0.0
Link with android:
AndroidApplicationModule -> android{} -> defaultConfig{} -> versionName = _extra_["app.version.name"] as String
since we still in gradle.
iOS:
We need to put into project.pbxproj -> MARKETING_VERSION = xxx?
Vlad
02/05/2024, 3:08 PM