NikGapps 3.5__tar.gz → 3.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/build/Build.py +13 -11
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/build/Release.py +1 -1
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/cache.py +6 -4
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/Config.py +5 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/Package.py +2 -2
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/compression/CompOps.py +2 -1
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/main.py +7 -4
- {nikgapps-3.5 → nikgapps-3.7/NikGapps.egg-info}/PKG-INFO +1 -1
- {nikgapps-3.5/NikGapps.egg-info → nikgapps-3.7}/PKG-INFO +1 -1
- {nikgapps-3.5 → nikgapps-3.7}/setup.py +1 -1
- {nikgapps-3.5 → nikgapps-3.7}/LICENSE +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/MANIFEST.in +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/__init__.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/build/NikGappsManager.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/build/NikGappsOverlays.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/build/NikGappsPackages.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/build/PackageConstants.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/build/__init__.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/build_config.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/config/NikGappsConfig.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/config/__init__.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/config_upload.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/copy_repos.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/AppSet.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/Args.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/Assets.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/B64.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/C.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/Cmd.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/ConfigObj.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/FileOp.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/Json.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/P.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/Statics.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/SystemStat.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/T.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/XmlOp.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/__init__.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/NikGappsZipSigner.jar +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/addon.sh +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/apksigner.jar +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/apktool_2.9.3.jar +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/appsets.json +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/bin/Darwin/aapt2 +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/bin/Linux/aapt2 +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/bin/Linux/dex-tools-2.2-SNAPSHOT-2021-10-31.zip +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/bin/Linux/jd-gui-1.6.6-min.jar +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/bin/Windows/AdbWinApi.dll +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/bin/Windows/AdbWinUsbApi.dll +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/bin/Windows/aapt.exe +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/bin/Windows/aapt2.exe +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/bin/Windows/aapt_64.exe +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/bin/Windows/adb.exe +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/busybox +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/cert.pk8 +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/cert.x509.pem +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/changelogs.yaml +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/config_versions.json +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/customize.sh +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/debloater.config +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/functions.sh +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/gofile.sh +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/header.sh +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/installer.sh +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/magisk-update-binary.sh +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/module.prop +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/mount.sh +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/mtg_mount.sh +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/nikgapps.config +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/nikgapps_functions.sh +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/packages.json +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/private_key.pem +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/uninstaller.sh +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/unmount.sh +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/update-binary-busybox +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/compression/Export.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/compression/Modes.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/compression/Tar.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/compression/Zip.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/compression/Zsh.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/compression/__init__.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/git/Git.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/git/GitOperations.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/git/GitStatics.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/git/GithubManager.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/git/GitlabManager.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/git/TestGit.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/git/__init__.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/overlay/ApkMetaInfo.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/overlay/Bool.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/overlay/Library.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/overlay/Manifest.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/overlay/Overlay.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/overlay/Resources.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/overlay/String.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/overlay/StringArray.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/overlay/__init__.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/upload/CmdUpload.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/upload/GoFileUpload.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/upload/Upload.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/upload/__init__.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/web/Requests.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/web/TelegramApi.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/web/__init__.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/overlay_control.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps/test.py +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps.egg-info/SOURCES.txt +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps.egg-info/dependency_links.txt +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps.egg-info/entry_points.txt +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps.egg-info/requires.txt +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/NikGapps.egg-info/top_level.txt +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/README.md +0 -0
- {nikgapps-3.5 → nikgapps-3.7}/setup.cfg +0 -0
|
@@ -14,10 +14,8 @@ class Build:
|
|
|
14
14
|
|
|
15
15
|
# Just provide the package list, and it will pick them up from the directory and build them for you
|
|
16
16
|
@staticmethod
|
|
17
|
-
def build_from_directory(app_set_build_list, android_version,
|
|
18
|
-
|
|
19
|
-
source_directory = Statics.pwd + Statics.dir_sep + str(android_version) + arch
|
|
20
|
-
source_directory = source_directory + f"_{Config.RELEASE_TYPE}" + (f"_cached" if cached else "")
|
|
17
|
+
def build_from_directory(app_set_build_list, android_version, cached=False):
|
|
18
|
+
source_directory = Config.CACHED_SOURCE if cached else Config.APK_SOURCE
|
|
21
19
|
print(f"Building from {source_directory}")
|
|
22
20
|
cmd = Cmd()
|
|
23
21
|
app_set_list = []
|
|
@@ -28,6 +26,7 @@ class Build:
|
|
|
28
26
|
package_list = []
|
|
29
27
|
for package in app_set.package_list:
|
|
30
28
|
package: Package
|
|
29
|
+
print(f"Setting up {name}/{package.package_title}")
|
|
31
30
|
pkg_to_build = package
|
|
32
31
|
package_title = pkg_to_build.package_title
|
|
33
32
|
pkg_path = os.path.join(str(app_set_path), package_title)
|
|
@@ -39,15 +38,15 @@ class Build:
|
|
|
39
38
|
primary_app_location = None
|
|
40
39
|
delete_files_list = []
|
|
41
40
|
delete_overlay_list = []
|
|
42
|
-
|
|
43
|
-
overlay_android_version = f"overlays_{Statics.get_android_code(android_version)}"
|
|
44
|
-
overlay_directory = Statics.pwd + os.path.sep + overlay_android_version
|
|
41
|
+
overlay_directory = Config.OVERLAY_SOURCE
|
|
45
42
|
overlay_dir = overlay_directory + Statics.dir_sep + f"{package_title}Overlay"
|
|
46
43
|
if FileOp.dir_exists(overlay_dir):
|
|
47
44
|
for file in Path(overlay_dir).rglob("*.apk"):
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
45
|
+
pkg_files_path = "overlay" + Statics.dir_sep + Path(file).name
|
|
46
|
+
install_list.append(pkg_files_path.replace("___", "/"))
|
|
47
|
+
file_dict_value = str(pkg_files_path.replace("___", "/")).replace("\\", "/")
|
|
48
|
+
value = str(file_dict_value).split("/")
|
|
49
|
+
file_dict[str(file)] = "___" + "___".join(value[:len(value) - 1]) + "/" + value[len(value) - 1]
|
|
51
50
|
for pkg_files in Path(pkg_path).rglob("*"):
|
|
52
51
|
if Path(pkg_files).is_dir() or str(pkg_files).__contains__(".git") \
|
|
53
52
|
or str(pkg_files).endswith(".gitattributes") or str(pkg_files).endswith("README.md"):
|
|
@@ -86,7 +85,10 @@ class Build:
|
|
|
86
85
|
if str(pkg_files_path).endswith("xml") or str(pkg_files_path).endswith("prop"):
|
|
87
86
|
FileOp.convert_to_lf(str(pkg_files.absolute()))
|
|
88
87
|
install_list.append(pkg_files_path.replace("___", "/"))
|
|
89
|
-
|
|
88
|
+
file_dict_value = str(pkg_files_path.replace("___", "/")).replace("\\", "/")
|
|
89
|
+
value = str(file_dict_value).split("/")
|
|
90
|
+
file_dict[pkg_files.absolute()] = "___" + "___".join(value[:len(value) - 1]) + "/" + value[
|
|
91
|
+
len(value) - 1]
|
|
90
92
|
if primary_app_location is not None:
|
|
91
93
|
title = os.path.basename(primary_app_location)[:-4]
|
|
92
94
|
else:
|
|
@@ -25,7 +25,7 @@ class Release:
|
|
|
25
25
|
|
|
26
26
|
def zip_package(file_name, app_set_list):
|
|
27
27
|
if app_set_list:
|
|
28
|
-
config_obj.config_package_list = Build.build_from_directory(app_set_list, android_version,
|
|
28
|
+
config_obj.config_package_list = Build.build_from_directory(app_set_list, android_version,
|
|
29
29
|
cached=Config.USE_CACHED_APKS)
|
|
30
30
|
print(f"Exporting {file_name}")
|
|
31
31
|
z = Export(file_name, sign=sign_zip)
|
|
@@ -40,13 +40,15 @@ def cache():
|
|
|
40
40
|
if project:
|
|
41
41
|
gitattributes = """*.zip filter=lfs diff=lfs merge=lfs -text
|
|
42
42
|
*.tar.xz filter=lfs diff=lfs merge=lfs -text"""
|
|
43
|
-
gitlab_manager.reset_repository(cached_url, sleep_for=
|
|
43
|
+
gitlab_manager.reset_repository(cached_url, sleep_for=10, gitattributes=gitattributes)
|
|
44
44
|
repo_cached = GitOperations.clone_apk_url(url=cached_url)
|
|
45
|
-
GitOperations.clone_apk_url(url=url)
|
|
46
|
-
|
|
45
|
+
apk_repo = GitOperations.clone_apk_url(url=url)
|
|
46
|
+
Config.APK_SOURCE = apk_repo.working_tree_dir
|
|
47
|
+
overlay_repo = GitOperations.clone_overlay_repo(android_version=str(android_version), fresh_clone=True)
|
|
48
|
+
Config.OVERLAY_SOURCE = overlay_repo.working_tree_dir
|
|
47
49
|
config_obj = NikGappsConfig(android_version)
|
|
48
50
|
app_set_list = config_obj.package_manager.get_packages("all")
|
|
49
|
-
config_obj.config_package_list = Build.build_from_directory(app_set_list, android_version
|
|
51
|
+
config_obj.config_package_list = Build.build_from_directory(app_set_list, android_version)
|
|
50
52
|
for appset in config_obj.config_package_list:
|
|
51
53
|
appset: AppSet
|
|
52
54
|
for pkg in appset.package_list:
|
|
@@ -54,6 +54,11 @@ GIT_CLONE_SOURCE = True
|
|
|
54
54
|
GIT_CHECK = True
|
|
55
55
|
GIT_PUSH = True
|
|
56
56
|
|
|
57
|
+
# Overlays, Gapps Apks and Cached Apks source
|
|
58
|
+
CACHED_SOURCE = None
|
|
59
|
+
APK_SOURCE = None
|
|
60
|
+
OVERLAY_SOURCE = None
|
|
61
|
+
|
|
57
62
|
# Enabling this will enable the feature of building NikGapps using config file
|
|
58
63
|
BUILD_CONFIG = True
|
|
59
64
|
BUILD_EXCLUSIVE = (RELEASE_TYPE.lower().__eq__("stable"))
|
|
@@ -107,7 +107,7 @@ class Package:
|
|
|
107
107
|
str_data += "\n"
|
|
108
108
|
str_data += f"file_list=\"\n"
|
|
109
109
|
for file in self.file_dict:
|
|
110
|
-
str_data +=
|
|
110
|
+
str_data += self.file_dict[file] + "\n"
|
|
111
111
|
if self.priv_app_permissions_str is not None:
|
|
112
112
|
str_data += "___etc___permissions/" + self.package_name + ".xml\n"
|
|
113
113
|
str_data += "\"\n"
|
|
@@ -180,7 +180,7 @@ class Package:
|
|
|
180
180
|
str_data += "\n"
|
|
181
181
|
str_data += f"file_list=\"\n"
|
|
182
182
|
for file in self.file_dict:
|
|
183
|
-
str_data +=
|
|
183
|
+
str_data += self.file_dict[file] + "\n"
|
|
184
184
|
if self.priv_app_permissions_str is not None:
|
|
185
185
|
str_data += "___etc___permissions/" + self.package_name + ".xml\n"
|
|
186
186
|
str_data += "\"\n"
|
|
@@ -24,9 +24,10 @@ class CompOps:
|
|
|
24
24
|
cpkg = CompOps.get_compression_obj(pkg_zip_path, compression_mode=compression_mode)
|
|
25
25
|
file_index = 1
|
|
26
26
|
for x in pkg.file_dict:
|
|
27
|
+
y = pkg.file_dict[x]
|
|
27
28
|
file_index = file_index + 1
|
|
28
29
|
pkg_size = pkg_size + Statics.get_file_bytes(x)
|
|
29
|
-
cpkg.add_file(x,
|
|
30
|
+
cpkg.add_file(x, y)
|
|
30
31
|
if pkg.clean_flash_only:
|
|
31
32
|
cpkg.add_string("", "___etc___permissions/" + pkg.package_title + ".prop")
|
|
32
33
|
pkg.pkg_size = pkg_size
|
|
@@ -14,7 +14,6 @@ def main():
|
|
|
14
14
|
print("Start of the Program")
|
|
15
15
|
SystemStat.show_stats()
|
|
16
16
|
t = T()
|
|
17
|
-
P.green("---------------------------------------")
|
|
18
17
|
android_versions = [Config.TARGET_ANDROID_VERSION]
|
|
19
18
|
package_list = Config.BUILD_PACKAGE_LIST
|
|
20
19
|
Config.UPLOAD_FILES = args.upload
|
|
@@ -38,10 +37,14 @@ def main():
|
|
|
38
37
|
# clone the apk repo if it doesn't exist
|
|
39
38
|
if args.enable_git_clone:
|
|
40
39
|
if Config.USE_CACHED_APKS:
|
|
41
|
-
GitOperations.clone_apk_source(android_version, release_type=Config.RELEASE_TYPE,
|
|
40
|
+
cached_repo = GitOperations.clone_apk_source(android_version, release_type=Config.RELEASE_TYPE,
|
|
41
|
+
cached=True)
|
|
42
|
+
Config.CACHED_SOURCE = cached_repo.working_tree_dir
|
|
42
43
|
else:
|
|
43
|
-
GitOperations.clone_apk_source(android_version, args.arch, release_type=Config.RELEASE_TYPE)
|
|
44
|
-
|
|
44
|
+
apk_repo = GitOperations.clone_apk_source(android_version, args.arch, release_type=Config.RELEASE_TYPE)
|
|
45
|
+
Config.APK_SOURCE = apk_repo.working_tree_dir
|
|
46
|
+
overlay_repo = GitOperations.clone_overlay_repo(android_version)
|
|
47
|
+
Config.OVERLAY_SOURCE = overlay_repo.working_tree_dir
|
|
45
48
|
if Config.OVERRIDE_RELEASE:
|
|
46
49
|
Release.zip(package_list, android_version, args.arch, args.sign)
|
|
47
50
|
if Config.RELEASE_TYPE and Config.ENVIRONMENT_TYPE == "production":
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nikgapps-3.5 → nikgapps-3.7}/NikGapps/helper/assets/bin/Linux/dex-tools-2.2-SNAPSHOT-2021-10-31.zip
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|