Conversation
And while you set it, have it match the value released on Google Play. Google Play has versionCode 35 for 1.2.3, but from source it will be versionCode 8. |
|
@ProtonDriveTeam @dmihaljinec is there any specific reason this has now been open since nearly 2.5 years, yet Proton Drive is still not available on F-Droid? |
F-Droid availability always gets some low priority on our side. I hope that we will add support for it in the near future. Until then for non Google Play users there is not-so-nice approach to download apk from our web. |
This is one step to get it included in F-Droid, 😉 https://gitlab.com/fdroid/fdroiddata/-/merge_requests/12721
And start Tagging releases ;)
For easy maintenance maybe versionCode can be set as static instead of doing this?
android-drive/buildSrc/src/main/kotlin/DriveModule.kt
Line 226 in 8c04a52
I see versioName is already fine:
android-drive/buildSrc/src/main/kotlin/Config.kt
Line 25 in 8c04a52
If both are readable we can enable autoupdates, so F-Droid sees a new tag and builds the new version without manual intervention