Skip to content

Commit e1b39be

Browse files
committed
修正依赖的 EasyWindow 框架版本
1 parent 155f604 commit e1b39be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
// noinspection GradleCompatible
3939
implementation 'com.android.support:design:26.0.0'
4040
// 悬浮窗框架:https://github.com/getActivity/EasyWindow
41-
implementation 'com.github.getActivity:EasyWindow:12.2'
41+
implementation 'com.github.getActivity:EasyWindow:12.0'
4242
}
4343

4444
tasks.withType(Javadoc).configureEach {

0 commit comments

Comments
 (0)