Skip to content

Commit e4c72eb

Browse files
committed
build: use one bcel version across the build tools
The dts generator names its own dependency versions for when it is built on its own, and its bcel version had drifted from the one here. The three tools that read bytecode - the metadata generator, the static binding generator and the dts generator - now all resolve the same one, so a tool cannot behave differently depending on which build produced it. Verified that the metadata generated for the test app is unchanged, and that the definitions the dts generator produces are byte for byte the same under either version.
1 parent 48f7ab5 commit e4c72eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test-app/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ns_default_androidx_transition_version = 1.5.1
3333
ns_default_androidx_viewpager_version = 1.0.0
3434
ns_default_asm_util_version = 9.7
3535
ns_default_asm_version = 9.7
36-
ns_default_bcel_version = 6.8.2
36+
ns_default_bcel_version = 6.10.0
3737
ns_default_commons_io_version = 2.6
3838
ns_default_google_java_format_version = 1.6
3939
ns_default_gson_version = 2.10.1

0 commit comments

Comments
 (0)