Crazy-Marvin / ToDont

The reverse to-do list
https://crazymarvin.com/todont
Apache License 2.0
145 stars 29 forks source link

F-Droid can't build #261

Open licaon-kter opened 7 months ago

licaon-kter commented 7 months ago

ref: https://gitlab.com/fdroid/fdroiddata/-/jobs/6541705091#L1064

/LE: fyi https://gitlab.com/fdroid/fdroiddata/-/commit/dcfaac57a2636ba639319008cfe87dffa81dd833

CrazyMarvin commented 7 months ago

Is this fixed already, @licaon-kter?

licaon-kter commented 7 months ago

Umm? I don't see any new code or release to fix it.

You've read the first link, yes?

CrazyMarvin commented 1 week ago

Does the new release v3.0.0 build on F-Droid, @licaon-kter?

licaon-kter commented 1 week ago

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
CrazyMarvin commented 6 days ago

Do you have an idea why the F-Droid build fails, @theftzoku?