Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XuXiangJun committed Nov 4, 2024
1 parent 1c88385 commit 335cf84
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
maven { url = uri("https://jitpack.io") }
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.1'
classpath 'com.android.tools.build:gradle:8.7.2'
}
}

Expand Down
2 changes: 1 addition & 1 deletion esptouch-v2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.android.library'
}

def libVersion = "2.2.0"
def libVersion = "2.3.0"

android {
compileSdk 34
Expand Down
4 changes: 4 additions & 0 deletions log/log-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Update Log

## v2.4.0
- EspTouchV2
- Add security mode options

## v2.3.2
- Allow the app to smart config in 5G frequency for ESP32-C5
- EspTouchV2
Expand Down
4 changes: 4 additions & 0 deletions log/log-zh-rCN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Update Log

## v2.4.0
- EspTouchV2
- 增加加密模式选择

## v2.3.2
- 因为 ESP32-C5 支持 5G 频率,允许 APP 在 5G 频率下进行 smart config.
- EspTouchV2
Expand Down

0 comments on commit 335cf84

Please sign in to comment.