Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XuXiangJun committed Jun 2, 2022
1 parent e370cb2 commit fd3f6c3
Show file tree
Hide file tree
Showing 20 changed files with 314 additions and 309 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5'
implementation 'com.github.EspressifApp:lib-blufi-android:2.3.6'
```

## ESPRSSIF MIT License
Expand Down
17 changes: 10 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 31
compileSdk 32

defaultConfig {
applicationId "com.espressif.espblufi"
minSdkVersion 21
targetSdkVersion 31
versionCode 27
versionName "1.6.1"
minSdk 21
targetSdk 32
versionCode 28
versionName "1.6.2"
}

buildTypes {
Expand All @@ -21,18 +21,21 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildFeatures {
viewBinding true
}
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')

implementation 'com.google.android.material:material:1.5.0'
implementation 'com.google.android.material:material:1.6.1'
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.gridlayout:gridlayout:1.0.0'
implementation 'androidx.preference:preference:1.2.0'

implementation 'io.reactivex.rxjava3:rxjava:3.1.4'
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'

implementation 'com.github.EspressifApp:lib-blufi-android:2.3.5'
implementation 'com.github.EspressifApp:lib-blufi-android:2.3.6'
}
Loading

0 comments on commit fd3f6c3

Please sign in to comment.