Hi, I want to fetch versionName from gradle for bo...
# compose
m
Hi, I want to fetch versionName from gradle for both android and ios. Did you try?
👀 1
k
h
i am using https://github.com/yshrsmz/BuildKonfig but as Konstantin mentioned you can also use that one too
r
but how implement it in ios side using info.plist?
o
I generate a
Versions.xcconfig
file from a gradle task. The iOS build task depends on it. Then I reference the proper key on the plist.
r
nice hint @Olivier Patry