Skip to content

Commit

Permalink
修改框架版本号为 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getActivity committed Feb 8, 2025
1 parent eb7df08 commit 205ae92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

* 博客地址:[悬浮窗需求终结者](https://www.jianshu.com/p/247d705b87b6)

* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处可直接下载](https://github.com/getActivity/EasyWindow/releases/download/10.62/EasyWindow.apk)
* 可以扫码下载 Demo 进行演示或者测试,如果扫码下载不了的,[点击此处可直接下载](https://github.com/getActivity/EasyWindow/releases/download/11.0/EasyWindow.apk)

![](picture/demo_code.png)

Expand Down Expand Up @@ -49,7 +49,7 @@ android {
dependencies {
// 悬浮窗框架:https://github.com/getActivity/EasyWindow
implementation 'com.github.getActivity:EasyWindow:10.62'
implementation 'com.github.getActivity:EasyWindow:11.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.hjq.window.demo"
minSdkVersion 16
targetSdkVersion 33
versionCode 1062
versionName "10.62"
versionCode 1100
versionName "11.00"
}

// 支持 Java JDK 8
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android {

defaultConfig {
minSdkVersion 14
versionCode 1062
versionName "10.62"
versionCode 1100
versionName "11.0"
}

// 支持 JDK 1.8
Expand Down

0 comments on commit 205ae92

Please sign in to comment.