Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XuXiangJun committed Oct 24, 2024
1 parent 5906592 commit 1c88385
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<string name="esptouch2_aes_key">AES 密钥</string>
<string name="esptouch2_aes_key_error">AES 密钥必须为空或者16字节数据</string>
<string name="esptouch2_security_ver">加密: </string>
<string name="esptouch2_security_v1">v1</string>
<string name="esptouch2_security_v2">v2</string>
<string name="esptouch2_security_v1">模式 1</string>
<string name="esptouch2_security_v2">模式 2</string>
<string name="esptouch2_custom_data">自定义数据</string>
<string name="esptouch2_custom_data_error">自定义数据不能超过%d字节</string>
<string name="esptouch2_device_count">需要配网的设备数量</string>
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<string name="esptouch2_aes_key">AES Key</string>
<string name="esptouch2_aes_key_error">AES Key must be null or 16 bytes data</string>
<string name="esptouch2_security_ver">Security ver:</string>
<string name="esptouch2_security_v1">v1</string>
<string name="esptouch2_security_v2">v2</string>
<string name="esptouch2_security_v1">mode 1</string>
<string name="esptouch2_security_v2">mode 2</string>
<string name="esptouch2_custom_data">Custom Data</string>
<string name="esptouch2_custom_data_error">Custom data can\'t be more than %d bytes</string>
<string name="esptouch2_device_count">Device Count for Provisioning</string>
Expand Down
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.0'
classpath 'com.android.tools.build:gradle:8.7.1'
}
}

Expand Down

0 comments on commit 1c88385

Please sign in to comment.