/lib-blufi-android

Primary LanguageJavaOtherNOASSERTION

lib-blufi-android

How to import

  • Add this in your root build.gradle at the end of repositories:
    allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }
    
  • And add a dependency code to your app module's build.gradle file.
    implementation 'com.github.EspressifApp:lib-blufi-android:2.3.4'
    

ESPRSSIF MIT License

Example