Gradle Android dx plugin

Compile dependencies (.jar files) into android 'assets' folder (.dex files)

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

com.github.axet
ArtifactId

ArtifactId

gradle-android-dx
Last Version

Last Version

0.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

Gradle Android dx plugin
Compile dependencies (.jar files) into android 'assets' folder (.dex files)
Project URL

Project URL

https://gitlab.com/axet/gradle-android-dx
Source Code Management

Source Code Management

https://gitlab.com/axet/gradle-android-dx

Download gradle-android-dx

How to add to project

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

Dependencies

runtime (2)

Group / Artifact Type Version
com.google.android.tools : dx jar 1.7
com.android.tools.build : gradle jar 4.0.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.3
0.1.2
0.1.1
0.1.0
0.0.6
0.0.4
0.0.3
0.0.2
0.0.1