F-Droid build failed
linsui opened this issue · 13 comments
ERROR: Found unknown maven repo '${project(' at android/build.gradle
Could you please take a look? I thought it's a local maven repo?
seems like it's connected to this commit:
@linsui is it still failing?
0.7.0+65 failed with the same issue.
I'm not sure how to fix this.
It has to do with the commit I referenced earlier.
What's the ${project(':background_fetch').projectDir}/libs
?
https://github.com/transistorsoft/flutter_background_fetch/blob/master/help/INSTALL-ANDROID.md
This was a prerequisite for the flutter_background_fetch plugin
I guess it's pointed to https://github.com/transistorsoft/flutter_background_fetch/tree/master/android/libs? Are those jars built along with the app or downloaded somewhere? We need to build them from source and put them into a proper place. We can build them and publish to maven local.
I do believe they are build on the fly. I have not adapted the build process in any other way.
@linsui , I'm not really sure how to proceed at this point. Can you give me some guidance?
Sorry, I forgot this. We need to make sure the jar is built on the fly. I'm not sure how to do that. Maybe it's better remove the maven repo and build the jar manully and install it to mavenlocal.
@linsui do you happen to know someone that might be able to help with this?
0.7.4 has built, thank you @linsui . Closing this for now