mirror of
https://github.com/revanced/multidexlib2.git
synced 2025-05-09 10:54:28 +02:00
Bump version to 2.2.1.r2
This commit is contained in:
parent
429f4ac79b
commit
1d408b4130
2
.idea/modules/dexpatcher-multidexlib2_main.iml
generated
2
.idea/modules/dexpatcher-multidexlib2_main.iml
generated
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module external.linked.project.id="multidexlib2:main" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="com.github.lanchon.dexpatcher" external.system.module.type="sourceSet" external.system.module.version="2.2.1" type="JAVA_MODULE" version="4">
|
||||
<module external.linked.project.id="multidexlib2:main" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="com.github.lanchon.dexpatcher" external.system.module.type="sourceSet" external.system.module.version="2.2.1.r2" type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
|
||||
<output url="file://$MODULE_DIR$/../../out/production/classes" />
|
||||
<exclude-output />
|
||||
|
2
.idea/modules/dexpatcher-multidexlib2_test.iml
generated
2
.idea/modules/dexpatcher-multidexlib2_test.iml
generated
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module external.linked.project.id="multidexlib2:test" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="com.github.lanchon.dexpatcher" external.system.module.type="sourceSet" external.system.module.version="2.2.1" type="JAVA_MODULE" version="4">
|
||||
<module external.linked.project.id="multidexlib2:test" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="com.github.lanchon.dexpatcher" external.system.module.type="sourceSet" external.system.module.version="2.2.1.r2" type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
|
||||
<output-test url="file://$MODULE_DIR$/../../out/test/classes" />
|
||||
<exclude-output />
|
||||
|
2
.idea/modules/multidexlib2.iml
generated
2
.idea/modules/multidexlib2.iml
generated
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module external.linked.project.id="multidexlib2" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="com.github.lanchon.dexpatcher" external.system.module.version="2.2.1" type="JAVA_MODULE" version="4">
|
||||
<module external.linked.project.id="multidexlib2" external.linked.project.path="$MODULE_DIR$/../.." external.root.project.path="$MODULE_DIR$/../.." external.system.id="GRADLE" external.system.module.group="com.github.lanchon.dexpatcher" external.system.module.version="2.2.1.r2" type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$/../..">
|
||||
|
@ -15,7 +15,7 @@ plugins {
|
||||
}
|
||||
|
||||
def dexlib2Version = '2.2.1'
|
||||
def multidexlib2VersionSuffix = ''
|
||||
def multidexlib2VersionSuffix = '.r2'
|
||||
|
||||
group = 'com.github.lanchon.dexpatcher'
|
||||
version = dexlib2Version + multidexlib2VersionSuffix
|
||||
|
Loading…
x
Reference in New Issue
Block a user