dexing

Make it easy to work with multidex, no more 'keep-list' overhead.

License

License

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

com.github.avenwu
ArtifactId

ArtifactId

dexing
Last Version

Last Version

1.0.5
Release Date

Release Date

Type

Type

aar
Description

Description

dexing
Make it easy to work with multidex, no more 'keep-list' overhead.
Project URL

Project URL

https://github.com/hacktons/dexing

Download dexing

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.android.support » multidex jar 1.0.3

Project Modules

There are no modules declared in this project.
com.github.avenwu

Thinking in code

Versions

Version
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0