NikGapps 3.70__py3-none-any.whl → 3.72__py3-none-any.whl
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/helper/Assets.py +1 -1
- NikGapps/helper/assets/config_versions.json +2 -1
- {nikgapps-3.70.dist-info → nikgapps-3.72.dist-info}/METADATA +3 -3
- {nikgapps-3.70.dist-info → nikgapps-3.72.dist-info}/RECORD +8 -8
- {nikgapps-3.70.dist-info → nikgapps-3.72.dist-info}/WHEEL +0 -0
- {nikgapps-3.70.dist-info → nikgapps-3.72.dist-info}/entry_points.txt +0 -0
- {nikgapps-3.70.dist-info → nikgapps-3.72.dist-info}/licenses/LICENSE +0 -0
- {nikgapps-3.70.dist-info → nikgapps-3.72.dist-info}/top_level.txt +0 -0
NikGapps/helper/Assets.py
CHANGED
|
@@ -22,7 +22,7 @@ class Assets:
|
|
|
22
22
|
cwd = assets_folder + os.path.sep
|
|
23
23
|
system_name = A.system_name
|
|
24
24
|
apksigner_path = A.get("apksigner.jar")
|
|
25
|
-
apktool_path = A.get("apktool_2.
|
|
25
|
+
apktool_path = A.get("apktool_2.11.1.jar")
|
|
26
26
|
key_path = A.get("cert.pk8")
|
|
27
27
|
cert_path = A.get("cert.x509.pem")
|
|
28
28
|
private_key_pem = A.get("private_key.pem")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: NikGapps
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.72
|
|
4
4
|
Summary: A short description of your project
|
|
5
5
|
Home-page: https://github.com/nikgapps/project
|
|
6
6
|
Author: Nikhil Menghani
|
|
@@ -20,10 +20,10 @@ Requires-Dist: setuptools~=80.9.0
|
|
|
20
20
|
Requires-Dist: pexpect~=4.9.0
|
|
21
21
|
Requires-Dist: GitPython~=3.1.44
|
|
22
22
|
Requires-Dist: PyGithub~=2.6.1
|
|
23
|
-
Requires-Dist: python-gitlab~=
|
|
23
|
+
Requires-Dist: python-gitlab~=6.0.0
|
|
24
24
|
Requires-Dist: cryptography~=45.0.4
|
|
25
25
|
Requires-Dist: python-dotenv~=1.1.0
|
|
26
|
-
Requires-Dist: niklibrary~=0.
|
|
26
|
+
Requires-Dist: niklibrary~=0.42
|
|
27
27
|
Dynamic: author
|
|
28
28
|
Dynamic: author-email
|
|
29
29
|
Dynamic: classifier
|
|
@@ -16,7 +16,7 @@ NikGapps/config/NikGappsConfig.py,sha256=7qqeKyWm-2GO39Z8vSOI9TqEd22u0QHLetu2urQ
|
|
|
16
16
|
NikGapps/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
17
|
NikGapps/helper/AppSet.py,sha256=vEIwk7NX1LQt71UJ3naEdsekmB_Ea0v8j0CQJkrSTEU,352
|
|
18
18
|
NikGapps/helper/Args.py,sha256=r1KIKs1x9DbIPwqBPmfIb3BBD5PvclvUDIv3D-fvy2A,4338
|
|
19
|
-
NikGapps/helper/Assets.py,sha256=
|
|
19
|
+
NikGapps/helper/Assets.py,sha256=LkL4wmuh9qa-w6yMeBENCCLwpeToY6DNbcK9Ir8Jm4w,2253
|
|
20
20
|
NikGapps/helper/Config.py,sha256=x7s8wgaLjLpVmDsf9LZ_lNcAg98pnWnNgtb5mbgKbX8,2476
|
|
21
21
|
NikGapps/helper/ConfigObj.py,sha256=ep9--o1SPgGXkElrjkf7hjF96KGSrmcQ9oGCpicN7D4,462
|
|
22
22
|
NikGapps/helper/Package.py,sha256=P8BU3r_5t_6-Qs0WoTAt0rB64oVzqAE-NERItwYW1X4,9182
|
|
@@ -24,7 +24,7 @@ NikGapps/helper/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
|
24
24
|
NikGapps/helper/assets/addon.sh,sha256=qXwZ7GQVnOrkSNRcJTKycKRKkUa8kRA_iDwsKVDMHwY,9424
|
|
25
25
|
NikGapps/helper/assets/appsets.json,sha256=SWRhw0VXDQND_9obS69NYk58F4RFoMV4wCSQ4FPveYs,5739
|
|
26
26
|
NikGapps/helper/assets/changelogs.yaml,sha256=TJrAdwQncCN_080p54F6IgbDhZiR2hhESg_bzbFvTIw,50063
|
|
27
|
-
NikGapps/helper/assets/config_versions.json,sha256
|
|
27
|
+
NikGapps/helper/assets/config_versions.json,sha256=biRyzp7PSVo-BJqX1hZXxI2mbNR2LcXOSSaPFmZ730E,116
|
|
28
28
|
NikGapps/helper/assets/customize.sh,sha256=w7xzVplO2us9cWafBlGj-3biMCvwttLwV1q40d63W50,10255
|
|
29
29
|
NikGapps/helper/assets/debloater.config,sha256=7Wx-WH93JSJHTYJCT5-y8TtPFFIzQgMKJcKJaf583bU,878
|
|
30
30
|
NikGapps/helper/assets/functions.sh,sha256=9jOHEM0cmkP0cMIj7KaNwXDOAG0WxOuIZganxu1YoFU,3859
|
|
@@ -54,9 +54,9 @@ NikGapps/helper/overlay/Resources.py,sha256=bKWJEF2avl3j2ud390HQq9fRMMA8GKh9-KAB
|
|
|
54
54
|
NikGapps/helper/overlay/String.py,sha256=nyCAD_dNfwHlOgj4zuKGGz71n20CLEKyZCgrVAmiX2I,469
|
|
55
55
|
NikGapps/helper/overlay/StringArray.py,sha256=DYPEAIdpicaJ3C08IYW6Q2tnTH6gUFXmu3KhQlHGY5g,563
|
|
56
56
|
NikGapps/helper/overlay/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
57
|
-
nikgapps-3.
|
|
58
|
-
nikgapps-3.
|
|
59
|
-
nikgapps-3.
|
|
60
|
-
nikgapps-3.
|
|
61
|
-
nikgapps-3.
|
|
62
|
-
nikgapps-3.
|
|
57
|
+
nikgapps-3.72.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
58
|
+
nikgapps-3.72.dist-info/METADATA,sha256=2aQIgK2fqaUjQJC6seFRg2rFdOIcF5ZyPVbW4kfL30g,4343
|
|
59
|
+
nikgapps-3.72.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
60
|
+
nikgapps-3.72.dist-info/entry_points.txt,sha256=iKbeOiuELwTDu5kmQHrU9XBVASWRR6_TuRIRva2UnAY,286
|
|
61
|
+
nikgapps-3.72.dist-info/top_level.txt,sha256=CD7RpCb7bzjyvpQLt8hh2gU6X1wj3Z0NIErVkg-nJI4,9
|
|
62
|
+
nikgapps-3.72.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|