mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-08 11:05: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'
|
apply plugin: 'idea'
|
||||||
|
|
||||||
version = '2.0.2'
|
version = '2.0.3'
|
||||||
|
|
||||||
def jarVersion = version
|
def jarVersion = version
|
||||||
|
|
||||||
if (!('release' in gradle.startParameter.taskNames)) {
|
if (!('release' in gradle.startParameter.taskNames)) {
|
||||||
def versionSuffix
|
def versionSuffix
|
||||||
try {
|
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")
|
def head = git.getRepository().getRef("HEAD")
|
||||||
versionSuffix = head.getObjectId().abbreviate(8).name()
|
versionSuffix = head.getObjectId().abbreviate(8).name()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user