-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update build instructions in the documentation #129
Comments
Thanks for the issue, I realised I hadn't mentioned a couple of steps regarding the submodules that were added to these branches. Also, are you sure you were on Then run the following command:
This should fix the dependency issues you're having, and then you should be able to build the project. |
My bad, I totally skipped checking out the right branch! I was indeed on
I have upgraded the kotlin version used in |
Actually the latest Kotlin version is Also in case you are compiling a release version of the app, you might need to make a keystore. I would suggest running it as a debug app if you want to skip that part. |
I will add the keystore point to the build instructions as well. |
Right, I was looking at the errors above it which say |
If performance is a concern for debug, then you can use the following command instead
It's not a release build but the performance would be equivalent to it. |
Thanks, it's built and installed! Should I open issues I encounter on this branch, or wait for it to be merged first? |
Well I do know of a lot of issues on this branch that I'm still working on, so there's a chance you might spend time writing up info with steps etc for things I might know already. Although feel free to just list out any oddities you might find in the telegram channel (it's kind of inactive at the moment, however this link would be included in the app settings in the next update) and if I see something I don't recognise we could discuss those in detail: |
Hi! I was having issues on the latest release with singing in (just boots me back to the "Sign in with Github" screen), so I decided to try the latest version from git before looking into writing an issue about this. However, the branch does not appear to build on my machine. I followed the instructions at the end of the README, but one of the dependencies appears to have changed URL from
https://github.com/NamanShergill/gql
tohttps://github.com/gql-dart/gql
. I was able to getflutter pub get
to run without errors by also adding a line to force it to use a very old commit:However, subsequently running
flutter build apk
yielded a message about Java and Gradle incompatibilities, linking me here. I followed the instructions to update the Gradle version, and now I'm getting a bunch of build errors, so I think I'm definitely missing something:build_logs.txt
The text was updated successfully, but these errors were encountered: