|
5 | 5 | import mpt.config |
6 | 6 | from mpt.config import Config |
7 | 7 |
|
8 | | -__version__ = '0.7.55' |
| 8 | +__version__ = '0.7.56' |
9 | 9 | HOME_FOLDER = expanduser("~") |
10 | 10 | DEFAULT_MOBILE_FOLDER = os.path.join(HOME_FOLDER, "tools/MOBILE/") |
11 | 11 | MPT_BIN = os.path.join(DEFAULT_MOBILE_FOLDER, 'bin') |
|
212 | 212 | }, |
213 | 213 | 'aapt': { |
214 | 214 | # check version and replace r34 with the latest one: https://developer.android.com/tools/releases/build-tools |
215 | | - # URL example version + RC: 'https://dl.google.com/android/repository/build-tools_r34-rc1-linux.zip', |
216 | | - 'url': 'https://dl.google.com/android/repository/build-tools_r34-linux.zip', # android 14 |
| 215 | + # URL examples |
| 216 | + # version + RC: https://dl.google.com/android/repository/build-tools_r34-rc3-linux.zip' |
| 217 | + # version: https://dl.google.com/android/repository/build-tools_r34-linux.zip # android 14 |
| 218 | + 'url': 'https://dl.google.com/android/repository/build-tools_r34-rc3-linux.zip', # android 14 |
217 | 219 | 'info': 'Android Asset Packaging Tool', |
218 | 220 | 'bin': os.path.join(conf.load_config('install-dir'), 'build-tools/aapt'), |
219 | 221 | 'dir': 'build-tools', |
220 | 222 | 'install': 'http', |
221 | | - 'post': 'mv android-14 build-tools', |
| 223 | + 'post': 'mv android-UpsideDownCake build-tools', |
| 224 | + # 'post': 'mv android-14 build-tools', |
222 | 225 | #' cp -r android-14/lib64 build-tools/lib; cp -r android-14/lib64 build-tools/lib; cp android-14/aapt build-tools/aapt; cp android-14/aapt2 build-tools/aapt2; cp android-14/apksigner build-tools/apksigner ;rm -rf android-14', |
223 | | - 'bin_global': {'aapt': 'aapt', 'aapt2': 'aapt2', 'apksigner': 'apksigner', 'dexdump': 'dexdump'} |
| 226 | + 'bin_global': {'aapt': 'aapt', 'aapt2': 'aapt2', 'apksigner': 'apksigner', 'dexdump': 'dexdump', 'split-select': 'split-select', 'zipalign': 'zipalign'} |
224 | 227 | }, |
225 | 228 | 'abe': { |
226 | 229 | # check updates: https://github.com/nelenkov/android-backup-extractor/releases |
|
0 commit comments