mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-01 06:34:26 +02:00
upgrade version
This commit is contained in:
parent
8d786b2844
commit
e3e36c7866
@ -2,7 +2,7 @@
|
||||
apply plugin: 'java'
|
||||
|
||||
group 'com.reandroid.lib.arsc'
|
||||
version '1.1.1'
|
||||
version '1.1.2'
|
||||
|
||||
java {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
@ -32,6 +32,10 @@ processResources {
|
||||
}
|
||||
}
|
||||
|
||||
jar {
|
||||
exclude('com/reandroid/test/**')
|
||||
}
|
||||
|
||||
task fatJar(type: Jar) {
|
||||
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
|
||||
with jar
|
||||
|
Loading…
x
Reference in New Issue
Block a user