1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Updated build instructions for Gradle

This commit is contained in:
Christophe Beyls 2014-01-31 22:15:41 +01:00
parent c6da6228b4
commit e21b4de047

View file

@ -8,14 +8,22 @@ To get more information and install the app, look at the [Google Play Store](htt
The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used with permission. The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used with permission.
## How to build
The project depends on the Android Support Library, including the compatibility ActionBar. All other dependencies are included.
### Eclipse
Import the *android-support-v7-appcompat* project from your local SDK folder to your Eclipse workspace and add it as a dependency to this project.
### Gradle
```
gradle build
```
## License ## License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
## Build dependencies
The project is built with Eclipse and depends on the Android Support Library and the compatibility ActionBar. You need to import the appcompat project from your local SDK folder to your Eclipse workspace and add it as a dependency to this project. All other dependencies are included in the project.
## Used libraries ## Used libraries
* [Android Support Library](http://developer.android.com/tools/support-library/) by The Android Open Source Project * [Android Support Library](http://developer.android.com/tools/support-library/) by The Android Open Source Project