Skip to content

Commit 62b80a0

Browse files
committed
Updated build-tools
1 parent 9bcbf78 commit 62b80a0

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ChangeLog
22

3+
### 0.7.56
4+
- CHANGE: Updated build-tools
5+
36
### 0.7.55
47
- CHANGE: Updated sqlitestudio to version 3.4.17
58
- CHANGE: Updated spotbugs to version 4.9.3

mpt/settings.py

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import mpt.config
66
from mpt.config import Config
77

8-
__version__ = '0.7.55'
8+
__version__ = '0.7.56'
99
HOME_FOLDER = expanduser("~")
1010
DEFAULT_MOBILE_FOLDER = os.path.join(HOME_FOLDER, "tools/MOBILE/")
1111
MPT_BIN = os.path.join(DEFAULT_MOBILE_FOLDER, 'bin')
@@ -212,15 +212,18 @@
212212
},
213213
'aapt': {
214214
# 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
217219
'info': 'Android Asset Packaging Tool',
218220
'bin': os.path.join(conf.load_config('install-dir'), 'build-tools/aapt'),
219221
'dir': 'build-tools',
220222
'install': 'http',
221-
'post': 'mv android-14 build-tools',
223+
'post': 'mv android-UpsideDownCake build-tools',
224+
# 'post': 'mv android-14 build-tools',
222225
#' 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'}
224227
},
225228
'abe': {
226229
# check updates: https://github.com/nelenkov/android-backup-extractor/releases

0 commit comments

Comments
 (0)