Open licaon-kter opened 7 months ago
Is this fixed already, @licaon-kter?
Umm? I don't see any new code or release to fix it.
You've read the first link, yes?
Does the new release v3.0.0
build on F-Droid, @licaon-kter?
testing now, https://github.com/Crazy-Marvin/ToDont/pull/295
and after that it fails with:
> Task :app:lintVitalRelease FAILED
/home/vagrant/build/rocks.poopjournal.todont/app/src/main/res/layout/update_layout_bottom_sheet.xml:47: Error: @id/updatehabit is not a sibling in the same RelativeLayout [NotSibling]
android:layout_below="@id/updatehabit"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Explanation for issues of type "NotSibling":
Layout constraints in a given ConstraintLayout or RelativeLayout should
reference other views within the same relative layout (but not itself!)
1 errors, 0 warnings
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:lintVitalRelease'.
> Lint found fatal errors while assembling a release target.
Fix the issues identified by lint, or create a baseline to see only new errors.
To create a baseline, run `gradlew updateLintBaseline` after adding the following to the module's build.gradle file:
'''
android {
lint {
baseline = file("lint-baseline.xml")
}
}
'''
For more details, see https://developer.android.com/studio/write/lint#snapshot
/home/vagrant/build/rocks.poopjournal.todont/app/src/main/res/layout/update_layout_bottom_sheet.xml:47: Error: @id/updatehabit is not a sibling in the same RelativeLayout [NotSibling]
android:layout_below="@id/updatehabit"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Explanation for issues of type "NotSibling":
Layout constraints in a given ConstraintLayout or RelativeLayout should
reference other views within the same relative layout (but not itself!)
1 errors, 0 warnings
Do you have an idea why the F-Droid build fails, @theftzoku?
ref: https://gitlab.com/fdroid/fdroiddata/-/jobs/6541705091#L1064
/LE: fyi https://gitlab.com/fdroid/fdroiddata/-/commit/dcfaac57a2636ba639319008cfe87dffa81dd833