Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stigkj/gradle-appaloosa-plugin

The Appaloosa Gradle plugin deploys Android applications to Appaloosa
https://github.com/stigkj/gradle-appaloosa-plugin

Last synced: 9 days ago
JSON representation

The Appaloosa Gradle plugin deploys Android applications to Appaloosa

Awesome Lists containing this project

README

        

# Appaloosa plugin for Gradle

The Appaloosa plugin deploys Android applications to [Appaloosa](http://appaloosa-store.com)

## Usage
To use the plugin, include the following in your build script:

```groovy
apply plugin: appaloosa

buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'net.nisgits.gradle:gradle-appaloosa-plugin:1.0'
}
}
```