From d714850d11291097c082e83f1c156cbb5f7e537f Mon Sep 17 00:00:00 2001 From: XuXiangJun Date: Wed, 13 Apr 2022 12:55:56 +0800 Subject: [PATCH] update --- README.md | 2 +- app/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 459ff17..ed96b25 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This is a demo app to control the ESP device which run [BluFi](https://github.co ``` - And add a dependency code to your app module's `build.gradle` file. ``` - implementation 'com.github.EspressifApp:lib-blufi-android:2.3.4' + implementation 'com.github.EspressifApp:lib-blufi-android:2.3.5' ``` ## ESPRSSIF MIT License diff --git a/app/.gitignore b/app/.gitignore index 796b96d..67e07b8 100644 --- a/app/.gitignore +++ b/app/.gitignore @@ -1 +1,2 @@ /build +/release