mirror of
https://github.com/revanced/Apktool.git
synced 2025-05-07 17:24: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 {
|
||||
ext {
|
||||
year = '2010'
|
||||
brut = 'Ryszard Wiśniewski'
|
||||
brutEmail = 'brut.alll@gmail.com'
|
||||
ibot = 'Connor Tumbleson'
|
||||
ibotEmail = 'connor.tumbleson@gmail.com'
|
||||
|
||||
depends = [
|
||||
baksmali : 'org.smali:baksmali:2.5.2',
|
||||
commons_cli : 'commons-cli:commons-cli:1.4',
|
||||
@ -70,6 +64,13 @@ allprojects {
|
||||
mapping {
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user