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

suggestion: checking in gradlew #37

Merged
merged 1 commit into from
Dec 18, 2017
Merged

Conversation

cesine
Copy link
Contributor

@cesine cesine commented Dec 18, 2017

Hi @nshmyrev I'm looking into #35

The readme suggests we should do gradle build but thats not normal practices in Android, normally we build using https://developer.android.com/studio/build/building-cmdline.html I was wondering what you think about following https://docs.gradle.org/current/userguide/gradle_wrapper.html

The Wrapper is something you should check into version control. By distributing the Wrapper with your project, anyone can work with it without needing to install Gradle beforehand. Even better, users of the build are guaranteed to use the version of Gradle that the build was designed to work with.

It will also make it easier to auto-publish new versions

Of course, this is also great for continuous integration servers (i.e. servers that regularly build your project) as it requires no configuration on the server.

The Wrapper is something you should check into version control. By distributing the Wrapper with your project, anyone can work with it without needing to install Gradle beforehand. Even better, users of the build are guaranteed to use the version of Gradle that the build was designed to work with.

https://docs.gradle.org/current/userguide/gradle_wrapper.html
@nshmyrev
Copy link
Contributor

Ok ,looks good. Thank you!

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

Successfully merging this pull request may close these issues.

2 participants