Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stigkj/gradle-appaloosa-plugin
- Owner: stigkj
- Created: 2011-12-07T21:11:19.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-16T12:20:52.000Z (about 13 years ago)
- Last Synced: 2024-11-26T13:37:58.311Z (2 months ago)
- Homepage:
- Size: 249 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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: appaloosabuildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'net.nisgits.gradle:gradle-appaloosa-plugin:1.0'
}
}
```