mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 13:57:46 +01:00
2.0.0b7
This commit is contained in:
parent
000353167c
commit
009867e885
5
CHANGES
5
CHANGES
@ -1,6 +1,6 @@
|
|||||||
v2.0.0 (TBA)
|
v2.0.0 (TBA)
|
||||||
-Updated to smali/baksmali to v2.0.0b5
|
-Updated to smali/baksmali to v2.0.0
|
||||||
-Updated to Gradle 1.5
|
-Updated to Gradle 1.8
|
||||||
-Fixed (issue #8) - Correctly uses -c to retain original manifest and META-INF. (Thanks M1cha)
|
-Fixed (issue #8) - Correctly uses -c to retain original manifest and META-INF. (Thanks M1cha)
|
||||||
-Fixed (issue #63) - Correctly handles apk's that have unknown files outside of the standard aapt allowed resources.
|
-Fixed (issue #63) - Correctly handles apk's that have unknown files outside of the standard aapt allowed resources.
|
||||||
-Fixed (issue #202) - Includes modified aapt to force package id on build. (Thanks M1cha)
|
-Fixed (issue #202) - Includes modified aapt to force package id on build. (Thanks M1cha)
|
||||||
@ -23,6 +23,7 @@ v2.0.0 (TBA)
|
|||||||
-Fixed (issue #496) - Fixes Windows builds caused by java.nio problems
|
-Fixed (issue #496) - Fixes Windows builds caused by java.nio problems
|
||||||
-Fixed (issue #510) - Any error output is sent stderr instead of stdout
|
-Fixed (issue #510) - Any error output is sent stderr instead of stdout
|
||||||
-Fixed (issue #426) - Filename too long (JesusFreke)
|
-Fixed (issue #426) - Filename too long (JesusFreke)
|
||||||
|
-Fixed (issue #524) - INSTALL_FAILED_DEXOPT fix (JesusFreke)
|
||||||
-Added output to list Apktool version to help debugging.
|
-Added output to list Apktool version to help debugging.
|
||||||
-Updated known bytes for configurations to 38 (from addition of layout direction)
|
-Updated known bytes for configurations to 38 (from addition of layout direction)
|
||||||
-Fixed NPE when handling odex apks even with --no-src specified. (Thanks Rodrigo Chiossi)
|
-Fixed NPE when handling odex apks even with --no-src specified. (Thanks Rodrigo Chiossi)
|
||||||
|
@ -18,7 +18,7 @@ apply plugin: 'java'
|
|||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
apply plugin: 'license'
|
apply plugin: 'license'
|
||||||
|
|
||||||
ext.apktoolversion = '2.0.0-Beta6'
|
ext.apktoolversion = '2.0.0-Beta7'
|
||||||
ext.fullrev = '';
|
ext.fullrev = '';
|
||||||
ext.gitrev_version = '';
|
ext.gitrev_version = '';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user