-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APK Scanner 2.11 Release 20230104 R1
- Loading branch information
1 parent
3233288
commit ffff7f6
Showing
7 changed files
with
22 additions
and
10 deletions.
There are no files selected for viewing
Submodule core
updated
38 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule plugin
updated
11 files
+1 −1 | ApkCompareLinker/Manifest.xml | |
+1 −0 | ApkCompareLinker/pom-jar.xml | |
+1 −1 | ApkScannerUpdateChecker/Manifest.xml | |
+1 −0 | ApkScannerUpdateChecker/pom-jar.xml | |
+2 −2 | OneStoreSearcher/Manifest.xml | |
+1 −0 | OneStoreSearcher/pom-jar.xml | |
+1 −1 | PlayStoreSearcher/Manifest.xml | |
+1 −0 | PlayStoreSearcher/pom-jar.xml | |
+2 −2 | QimaiSearcher/Manifest.xml | |
+1 −0 | QimaiSearcher/pom-jar.xml | |
+1 −1 | pom.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
public enum RStr implements ResString<String> | ||
{ | ||
APP_NAME ("@app_name"), | ||
APP_VERSION ("2.10.1"), | ||
APP_VERSION ("2.11.1"), | ||
APP_BUILD_MODE ("eng"), | ||
APP_MAKER ("Jinhyeong Lee / Sunggyu Kam"), | ||
APP_MAKER_EMAIL ("[email protected];[email protected]"), | ||
|