Skip to content

Commit 6671bd8

Browse files
committed
docs: added comment about versionName and versionCode
1 parent d95ca0d commit 6671bd8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

mobile/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ android {
1111
targetSdkVersion 34
1212

1313
// Set in CI on tagged commit
14+
// FIXME: should be set before tagging, so that F-droid picks it up correctly
15+
// https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11786?commit_id=d2cedcbe3d26db59378d582a8cf952af16b6407f#note_1966750559
1416
versionName "0.12.1"
1517

1618
// Set in CI by `bundle exec fastlane update_version`

0 commit comments

Comments
 (0)