Skip to content

Commit

Permalink
Merge pull request #274 from ksxkq/develop
Browse files Browse the repository at this point in the history
[release] v4.0.19
  • Loading branch information
ksxkq authored Nov 12, 2024
2 parents 8bd894c + b091fca commit 6d83912
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========
Version 4.0.17 *(2024-11-07)*
Version 4.0.19 *(2024-11-12)*
----------------------------
- 修复 重复消息的广播会再次发送的问题

Version 4.0.18 *(2024-11-07)*
----------------------------
- 修复 排队状态,可能出现界面显示异常问题

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
### AndroidStudio [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.meiqia/androidx/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.meiqia/androidx)

```
implementation 'com.meiqia:androidx:4.0.18'
implementation 'com.meiqia:androidx:4.0.19'
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
```
Expand Down
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
// implementation project(path: ':meiqiasdk')

implementation 'com.meiqia:androidx:4.0.18'
implementation 'com.meiqia:androidx:4.0.19'
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
}
2 changes: 2 additions & 0 deletions meiqiasdk/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apply plugin: 'com.android.library'

android {
namespace 'com.meiqia.meiqiasdk'

compileSdk 34

defaultConfig {
Expand Down
Binary file removed meiqiasdk/libs/meiqia-4.0.18.jar
Binary file not shown.
Binary file added meiqiasdk/libs/meiqia-4.0.19.jar
Binary file not shown.

0 comments on commit 6d83912

Please sign in to comment.