mirror of
https://github.com/revanced/ARSCLib.git
synced 2025-05-05 08:24:24 +02:00
upgrade version to 1.1.3
This commit is contained in:
parent
74aba3d8ff
commit
4c9fabc425
@ -2,7 +2,7 @@
|
||||
apply plugin: 'java'
|
||||
|
||||
group 'com.reandroid.lib.arsc'
|
||||
version '1.1.2'
|
||||
version '1.1.3'
|
||||
|
||||
java {
|
||||
sourceCompatibility JavaVersion.VERSION_1_8
|
||||
@ -32,6 +32,10 @@ processResources {
|
||||
}
|
||||
}
|
||||
|
||||
javadoc {
|
||||
exclude('com/reandroid/test/**')
|
||||
}
|
||||
|
||||
jar {
|
||||
exclude('com/reandroid/test/**')
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user