Skip to content

Commit

Permalink
APK Scanner 2.13 Release 20240403 R1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunggyu-kam committed Apr 3, 2024
1 parent 5ef6288 commit 91d8aa8
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core
Submodule core updated 1 files
+1 −1 pom-jar.xml
16 changes: 13 additions & 3 deletions latest-version
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"version":"2.12",
"version":"2.13",
"description":{
"en":"Ver. 2.12 :
"en":"Ver. 2.13 :
1. Update tools : JADX(1.4.7), dex2jar(2.4), ByteCode-Viewer(2.12), adb(35.0.1)
2. Add Chinese translation.(by York Waugh)
3. Fix a bugs.

Ver. 2.12 :
1. Update platform(U) information.(by Marcelo Carvalho Diez)

Ver. 2.11 :
Expand Down Expand Up @@ -59,7 +64,12 @@ 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.12 :
"ko":"
1. Update tools : JADX(1.4.7), dex2jar(2.4), ByteCode-Viewer(2.12), adb(35.0.1)
2. Add Chinese translation.(by York Waugh)
3. Fix a bugs.

Ver. 2.12 :
1. Update platform(U) information.(by Marcelo Carvalho Diez)

Ver. 2.11 :
Expand Down
2 changes: 1 addition & 1 deletion plugin
Submodule plugin updated 1 files
+1 −1 pom.xml
2 changes: 1 addition & 1 deletion release/debian_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [[ -z `which dpkg-deb` ]]; then
fi

APP_PATH="/opt/APKScanner"
APP_VERSION=${APP_VERSION:-"2.12-SNAPSHOT"}
APP_VERSION=${APP_VERSION:-"2.13-SNAPSHOT"}
APP_FILE="ApkScanner.jar"

if [ -n "${FILE_VERSION}" ]; then
Expand Down
4 changes: 2 additions & 2 deletions release/package/macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.12.0</string>
<string>2.13.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<!-- See http://developer.apple.com/library/mac/#releasenotes/General/SubmittingToMacAppStore/_index.html
for list of AppStore categories -->
<key>LSApplicationCategoryType</key>
<string>developer-tools</string>
<key>CFBundleVersion</key>
<string>2.12.0</string>
<string>2.13.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright (C) 2015</string>
<key>NSHighResolutionCapable</key>
Expand Down
2 changes: 1 addition & 1 deletion release/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
!endif

!ifndef APP_VERSION
!define APP_VERSION "2.12-SNAPSHOT"
!define APP_VERSION "2.13-SNAPSHOT"
!endif

; Define your application name
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/apkscanner/resource/RStr.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public enum RStr implements ResString<String> {
APP_NAME ("@app_name"),
APP_VERSION ("2.12"),
APP_VERSION ("2.13"),
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 91d8aa8

Please sign in to comment.