diff --git a/APKToolGUI/Properties/AssemblyInfo.cs b/APKToolGUI/Properties/AssemblyInfo.cs index 3e63b45..38eaae9 100644 --- a/APKToolGUI/Properties/AssemblyInfo.cs +++ b/APKToolGUI/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // Можно задать все значения или принять номер построения и номер редакции по умолчанию, // используя "*", как показано ниже: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.2.1.0")] -[assembly: AssemblyFileVersion("3.2.1.0")] +[assembly: AssemblyVersion("3.2.2.0")] +[assembly: AssemblyFileVersion("3.2.2.0")] diff --git a/Tools/APKEditor.jar b/Tools/APKEditor.jar index c0f18ad..e692856 100644 Binary files a/Tools/APKEditor.jar and b/Tools/APKEditor.jar differ diff --git a/changelog.txt b/changelog.txt index eacf5e5..7cf4a2a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +3.2.2.0 +- Dark theme (Currently there is no dark scrollbar, and tabs looks quite ugly) +- Fix crash when dropping decompiled APK on compile panel +- Added View APK info in context menu (You must reinstall context menu) +- Fixed attempting to install APK even it's disabled +- Updated APKEditor.jar to 1.2.0 + 3.2.1.0 - Fixed an error when decompiling split APK for the second time - Updated Russian language