Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JakeWharton/tools-apksig

A standalone packaging of AOSP's platform/tools/apksig library.
https://github.com/JakeWharton/tools-apksig

Last synced: 13 days ago
JSON representation

A standalone packaging of AOSP's platform/tools/apksig library.

Awesome Lists containing this project

README

        

Android apksig Library
======================

A standalone packaging of AOSP's platform/tools/apksig library.

**This is now DEPRECATED!**

The official apksig package is now available on JCenter: http://jcenter.bintray.com/com/android/tools/build/apksig/.

```xml

com.android.tools.build
apksig
(latest version)

```

Gradle:

```groovy
compile 'com.android.tools.build:apksig:(latest version)'
```