Skip to content

Commit 3d484e4

Browse files
author
xiaoqi
committed
update to 1.0.3
1 parent 615deda commit 3d484e4

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

.idea/modules.xml

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A menu style pop-up window that mimics WeChat。仿微信的长按菜单。
1212
dependencies {
1313
....
1414

15-
compile 'com.noober.floatmenu:common:1.0.2'
15+
implementation 'com.noober.floatmenu:common:1.0.3'
1616
}
1717

1818
## 使用说明

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ dependencies {
3333
testImplementation 'junit:junit:4.12'
3434
androidTestImplementation 'com.android.support.test:runner:1.0.1'
3535
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1'
36-
compile 'com.noober.floatmenu:common:1.0.2'
36+
implementation 'com.noober.floatmenu:common:1.0.3'
3737
}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext {
3131
userOrg = 'noober'
3232
groupId = 'com.noober.floatmenu'
3333
uploadName = 'FloatMenu'
34-
publishVersion = '1.0.2'
34+
publishVersion = '1.0.3'
3535
desc = "A menu style pop-up window that mimics WeChat"
3636
website = 'https://github.com/JavaNoober/FloatMenu'
3737
}

menu/src/main/res/values/dimens.xml

-5
This file was deleted.

0 commit comments

Comments
 (0)