mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-08 17:54:25 +02:00
fix: correct behavior of license plugin when injecting variables
This commit is contained in:
parent
b6c3e1daf4
commit
bc51024ea8
13
build.gradle
13
build.gradle
@ -17,12 +17,6 @@ import java.nio.charset.StandardCharsets
|
|||||||
*/
|
*/
|
||||||
buildscript {
|
buildscript {
|
||||||
ext {
|
ext {
|
||||||
year = '2010'
|
|
||||||
brut = 'Ryszard Wiśniewski'
|
|
||||||
brutEmail = 'brut.alll@gmail.com'
|
|
||||||
ibot = 'Connor Tumbleson'
|
|
||||||
ibotEmail = 'connor.tumbleson@gmail.com'
|
|
||||||
|
|
||||||
depends = [
|
depends = [
|
||||||
baksmali : 'org.smali:baksmali:2.5.2',
|
baksmali : 'org.smali:baksmali:2.5.2',
|
||||||
commons_cli : 'commons-cli:commons-cli:1.4',
|
commons_cli : 'commons-cli:commons-cli:1.4',
|
||||||
@ -70,6 +64,13 @@ allprojects {
|
|||||||
mapping {
|
mapping {
|
||||||
java = 'SLASHSTAR_STYLE'
|
java = 'SLASHSTAR_STYLE'
|
||||||
}
|
}
|
||||||
|
ext {
|
||||||
|
year = '2010'
|
||||||
|
brut = 'Ryszard Wiśniewski'
|
||||||
|
brutEmail = 'brut.alll@gmail.com'
|
||||||
|
ibot = 'Connor Tumbleson'
|
||||||
|
ibotEmail = 'connor.tumbleson@gmail.com'
|
||||||
|
}
|
||||||
strictCheck true
|
strictCheck true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user