Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Francois Reboursier
B4S-Android-SDK
Wiki
Installation with Gradle
Installation with Gradle
· Changes
Page history
Updated Installation with Gradle (markdown)
authored
Jan 11, 2017
by
Christophe Janot
Hide whitespace changes
Inline
Side-by-side
Installation-with-Gradle.md
View page @
1b10b29f
...
...
@@ -10,7 +10,6 @@ The SDK is distributed in .AAR format, which includes metadata such as definitio
```
groovy
allprojects
{
repositories
{
jcenter
()
flatDir
{
dirs
'libs'
}
...
...