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.
1 parent e02b7ff commit f6f7a1bCopy full SHA for f6f7a1b
android/libbladerf/__init__.py
@@ -16,8 +16,8 @@ class LibbladerfRecipe(NDKRecipe):
16
generated_libraries = ('libbladerf.so', )
17
site_packages_name = 'libbladerf'
18
library_version_major = '2'
19
- library_version_minor = '5'
20
- library_version_patch = '1'
+ library_version_minor = '6'
+ library_version_patch = '0'
21
22
depends = ('libusb', )
23
name = 'libbladerf'
0 commit comments