From 53fdd9fc2f71a1d9939966042b453b344365c702 Mon Sep 17 00:00:00 2001 From: Connor Tumbleson Date: Wed, 20 Feb 2019 08:35:05 -0500 Subject: [PATCH] build: update smali/baksmali to 2.2.6 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 272f6fea..f6175b2b 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,7 @@ subprojects { ext { depends = [ - baksmali: 'org.smali:baksmali:2.2.5', + baksmali: 'org.smali:baksmali:2.2.6', commons_cli: 'commons-cli:commons-cli:1.4', commons_io: 'commons-io:commons-io:2.4', commons_lang: 'org.apache.commons:commons-lang3:3.1', @@ -115,7 +115,7 @@ subprojects { junit: 'junit:junit:4.12', proguard_gradle: 'net.sf.proguard:proguard-gradle:6.0.3', snakeyaml: 'org.yaml:snakeyaml:1.18:android', - smali: 'org.smali:smali:2.2.5', + smali: 'org.smali:smali:2.2.6', xmlpull: 'xpp3:xpp3:1.1.4c', xmlunit: 'xmlunit:xmlunit:1.6', ]