mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-07 10:35:52 +01:00
bump smali version to 2.0.3
This commit is contained in:
parent
dc2b2fecb8
commit
c80e906f53
@ -31,14 +31,14 @@
|
||||
|
||||
apply plugin: 'idea'
|
||||
|
||||
version = '2.0.2'
|
||||
version = '2.0.3'
|
||||
|
||||
def jarVersion = version
|
||||
|
||||
if (!('release' in gradle.startParameter.taskNames)) {
|
||||
def versionSuffix
|
||||
try {
|
||||
def git = org.eclipse.jgit.api.Git.open(file('.'))
|
||||
def git = org.eclipse.jgit.api.Git.open(file('../.'))
|
||||
def head = git.getRepository().getRef("HEAD")
|
||||
versionSuffix = head.getObjectId().abbreviate(8).name()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user