mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
build: set calendar year to start date (2010) of project
This commit is contained in:
parent
3f831c8221
commit
b4493a51bb
@ -52,7 +52,7 @@ allprojects {
|
||||
}
|
||||
strictCheck true
|
||||
|
||||
ext.year = Calendar.getInstance().get(Calendar.YEAR)
|
||||
ext.year = '2010'
|
||||
ext.brut = 'Ryszard Wiśniewski'
|
||||
ext.brutEmail = 'brut.alll@gmail.com'
|
||||
ext.ibot = 'Connor Tumbleson'
|
||||
|
Loading…
Reference in New Issue
Block a user