Skip to content

Commit 84ae716

Browse files
trkasm1ga
andauthored
chore: update bcel library and bump dependencies versions (#408)
* chore: update bcel library and bump dependencies versions * feat(android): add commons-lang3 library to metabase classpath * chore: update version to 8.0.0 and set minsdk to 13.0.0 * feat(android): update bcel and commons-lang3 libraries, add commons-io library --------- Co-authored-by: Michael Gangolf <m1ga@users.noreply.github.com>
1 parent 4fec63f commit 84ae716

File tree

12 files changed

+230
-81
lines changed

12 files changed

+230
-81
lines changed
723 KB
Binary file not shown.
-679 KB
Binary file not shown.
551 KB
Binary file not shown.
692 KB
Binary file not shown.

android/hooks/metabase/metabase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function generate(classPath, opts, callback) {
7171
classPath = typeof(classPath)==='string' ? [classPath] : classPath;
7272

7373
var dest = opts.dest || opts.cacheDir || 'build',
74-
cp = [path.join(__dirname, 'lib', 'bcel-6.5.0.jar'), path.join(__dirname, 'lib', 'json.jar'), dest];
74+
cp = [path.join(__dirname, 'lib', 'bcel-6.11.0.jar'), path.join(__dirname, 'lib', 'commons-lang3-3.19.0.jar'), path.join(__dirname, 'lib', 'commons-io-2.20.0.jar'), path.join(__dirname, 'lib', 'json.jar'), dest];
7575

7676
compileIfNecessary(dest, cp.join(path.delimiter), function(err){
7777
if (err) return callback(err);

android/hooks/package-lock.json

Lines changed: 140 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/hooks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"@babel/traverse": "^7.18.8",
1616
"@babel/types": "^7.18.8",
1717
"appc-tasks": "^1.0.3",
18-
"async": "^2.6.1",
18+
"async": "^2.6.4",
1919
"babel-preset-minify": "^0.5.0",
2020
"chalk": "^2.4.2",
21-
"ejs": "^2.6.1",
21+
"ejs": "^3.1.10",
2222
"fs-extra": "^7.0.1",
23-
"lodash": "^4.17.11",
23+
"lodash": "^4.17.21",
2424
"node-appc": "^0.2.49",
2525
"xmldom": "^0.1.27"
2626
},

android/manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ name: hyperloop-android
1515
moduleid: hyperloop
1616
guid: bdaca69f-b316-4ce6-9065-7a61e1dafa39
1717
platform: android
18-
minsdk: 12.7.0
18+
minsdk: 13.0.0

0 commit comments

Comments
 (0)