fennifith / Status

A no-root status bar replacement for Android.
https://play.google.com/store/apps/details?id=com.james.status
Apache License 2.0
127 stars 29 forks source link

Could not resolve project :steppers #129

Closed Rudloff closed 6 years ago

Rudloff commented 6 years ago

Hello,

I'm trying to package your app for F-Droid (#116).

I see the app needs a steppers library which is not included in this repository.

I tried to clone your fork of the library in steppers/ but I still get the same error:

Could not determine the dependencies of task ':app:compileReleaseJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:releaseCompileClasspath'.
   > Could not resolve project :steppers.
     Required by:
         project :app
      > Unable to find a matching configuration of project :steppers: None of the consumable configurations have attributes.

Would it be possible to add some documentation on how to build this?

fennifith commented 6 years ago

Sure. I don't believe that there is actually any reason to use my fork of the library over the dependency anymore as a new version has been released since I forked it, I just haven't changed it back yet.

The library wasn't included in the repository because I was unsure how the Apache license was applied to it (the library has part of it in its README but no file in the actual repository) and I'm scared of legal things.

I'll let you know when I've fixed the dependency.

fennifith commented 6 years ago

Okay, that's done. If you use the source from a3e3ad8 with the gradle files from f862207 that should give you something that works. God this project is terribly organized. I need to use branches.

Rudloff commented 6 years ago

6f32dfe8c91182d4cdff464066b52e4e1685830c builds correctly, thanks!

Feel free to ping me when you publish a new release and I will submit it to F-Droid.