...
Application Firmware Rev: 03.054
Co-Processor Firmware Rev: 01.001
Kernel Module Firmware Rev: 01.001
BLE Firmware Rev: 03.017
SDK:
Minimum Android SDK : 29
Target Android SDK: 32
Compile Android SDK : 32
Introduction
The Victor SDK is made up of two aar libraries, VictoRCore and VictoRCommunications. Both are essential in working with a VictoR device. It is important users add both libraries as dependencies for a Java project dealing with VictoR devices. If working in Android Studio, the libraries can be added to the project by first navigating to the Project Structure option under the File menu:
...
Once the Project Structure window opens, users can add dependencies to the aar libraries:
...
Device Manager
Instantiation
...