Skip to content

Commit

Permalink
APK Scanner 2.6.1 Release 20190823 R1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggyu-kam committed Aug 23, 2019
1 parent 786bbf7 commit b0581ef
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion debian_setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

APP_PATH="/opt/APKScanner"
APP_VERSION="2.6"
APP_VERSION="2.6.1"
APP_FILE="ApkScanner.jar"

DEBIAN_DATA_PATH="./debian"$APP_PATH
Expand Down
12 changes: 9 additions & 3 deletions latest-version
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"version":"2.6",
"version":"2.6.1",
"description":{
"en":"Ver. 2.6 :
"en":"Ver. 2.6.1 :
1.Fix bugs

Ver. 2.6 :
1.Improve a starting speed.
2.Assign a shortcut key for changing UI Mode(F2).
3.Improve a chnaging speed UI.
Expand All @@ -21,7 +24,10 @@ Ver. 2.4.2 :\n1. Support JDK 9 and later.\n2. Improve UI of ApkInstallWizard.\n3
Ver. 2.4.1 :\n1. Update JADX-GUI 0.9.0 (2019-02-12)\n2. Fix fatal error\n\n
Ver. 2.4 :\n1. Add JADX & Bytecode viewer tools\n2. Add SDK29 information\n3. Link Apk Compare(toolbal & dragdrop)\n4. Add PlugIn(Update checker)\n5. Fix some bugs
",
"ko":"Ver. 2.6 :
"ko":"Ver. 2.6.1 :
1.버그 수정

Ver. 2.6 :
1.실행 속도 개선
2.UI Mode 변경 단축키 추가(F2)
3.UI 모드 전환 속도 개선
Expand Down
Binary file modified release/ApkScanner.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

; Define your application name
!define PROJECTNAME "APK Scanner"
!define PROJECTNAMEANDVERSION "APK Scanner 2.6"
!define PROJECTNAMEANDVERSION "APK Scanner 2.6.1"

; Main Install settings
Name "${PROJECTNAMEANDVERSION}"
Expand Down
2 changes: 1 addition & 1 deletion src/com/apkscanner/resource/RStr.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public enum RStr implements ResString<String>
{
APP_NAME ("@app_name"),
APP_VERSION ("2.6.1 eng"),
APP_VERSION ("2.6.2 eng"),
APP_BUILD_MODE ("eng"),
APP_MAKER ("Jinhyeong Lee / Sunggyu Kam"),
APP_MAKER_EMAIL ("jacsaldevil@gmail.com;sunggyu.kam@gmail.com"),
Expand Down

0 comments on commit b0581ef

Please sign in to comment.