AndroidGradleSignPlugin

AndroidGradleSignPlugin is a Gradle plugin for signing Android app with release keystore using command line prompt

License

License

GroupId

GroupId

com.alexvasilkov
ArtifactId

ArtifactId

android_sign
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

AndroidGradleSignPlugin
AndroidGradleSignPlugin is a Gradle plugin for signing Android app with release keystore using command line prompt
Project URL

Project URL

https://github.com/alexvasilkov/AndroidGradleSignPlugin

Download android_sign

How to add to project

<!-- https://jarcasting.com/artifacts/com.alexvasilkov/android_sign/ -->
<dependency>
    <groupId>com.alexvasilkov</groupId>
    <artifactId>android_sign</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alexvasilkov/android_sign/
implementation 'com.alexvasilkov:android_sign:0.2'
// https://jarcasting.com/artifacts/com.alexvasilkov/android_sign/
implementation ("com.alexvasilkov:android_sign:0.2")
'com.alexvasilkov:android_sign:jar:0.2'
<dependency org="com.alexvasilkov" name="android_sign" rev="0.2">
  <artifact name="android_sign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alexvasilkov', module='android_sign', version='0.2')
)
libraryDependencies += "com.alexvasilkov" % "android_sign" % "0.2"
[com.alexvasilkov/android_sign "0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.2
0.1