We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51b42db + 4e7fe8d commit 6e131c6Copy full SHA for 6e131c6
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+v34.8.2 (unreleased)
5
+--------------------
6
+
7
+- Add ``android_analysis`` to ``extra_requires``. This installs the package
8
+ ``android_inspector``, which provides a pipeline for Android APK
9
+ deploy-to-development analysis.
10
11
v34.8.1 (2024-09-06)
12
--------------------
13
setup.cfg
@@ -121,6 +121,9 @@ dev =
121
# Release
122
bumpver==2023.1129
123
124
+android_analysis =
125
+ android_inspector==0.0.1
126
127
[options.entry_points]
128
console_scripts =
129
scanpipe = scancodeio:command_line
0 commit comments