com.github.rambabusaravanan.android-s3
Owner: Andro Babu
A simple light weight Gradle plugin for Android project to upload apk of all the build variants to AWS S3. This helps you to maintain all flavour of ever version easily in S3
https://rambabusaravanan.github.io/gradle-android-s3
Sources: https://github.com/rambabusaravanan/gradle-android-s3
Version 1.0-SNAPSHOT
1.0-SNAPSHOT
Created 13 August 2017.
A simple light weight Gradle plugin for Android project to upload apk of all the build variants to AWS S3. This helps you to maintain all flavour of ever version easily in S3
Add this plugin to your build using the plugins DSL:
plugins {
id("com.github.rambabusaravanan.android-s3") version "1.0-SNAPSHOT"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.rambabusaravanan.gradle:plugin:1.0-SNAPSHOT") } } apply(plugin = "com.github.rambabusaravanan.android-s3")
- Applying plugins to all subprojects .