Skip to content
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

Invalid Client #23

Closed
nico151999 opened this issue May 6, 2017 · 3 comments
Closed

Invalid Client #23

nico151999 opened this issue May 6, 2017 · 3 comments

Comments

@nico151999
Copy link

Making a release build using gradlew build doesn't work at all and if I make a debug build I get the message "Invalid Client" when I try to log in. I have to admit that I haven't even watched the source of the App yet, thus I don't know what might cause such issues. Anyway, it is currently unusable. Are you conscious of that? Is the work on the project still progressing? Would be nice to know as this app's got lots of potential.

Looking forward to an answer, thanks!

@fennifith
Copy link
Owner

You need to specify a client id here before building the app ;)

(I should probably put this in the readme lol)

@nico151999
Copy link
Author

Aah, great, will try to figure out how to create one. Thanks.
The other issue:
Running a release build fails by default, I saw that shrinkresources is enabled in your build.gradle for the release build. However, ist seems like shrinkresources does not work without minifyenabled set to true. In earlier graddle versions there were only warnings and nothing happened having only shrinkresources set to true but since 2.2, I think, gradle fails to build if only shrinkresources is set to true. Seting minifyenabled to true ends up with another build error I haven't analysed so far. Removing minifyenabled and shrinkresources causes another build error which can be circumvented by ignoring some errors output by lint.

@fennifith
Copy link
Owner

fennifith commented May 6, 2017

@nico151999 thanks!
I probably won't get around to fixing the other issue until I actually need to make another release. The project is currently a bit disorganized and has a few major issues that will need to be fixed before the next version (see issues #18 and #22), and at the moment I'm lacking both the time and commitment needed to fix them :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants