Skip to content

Commit 69dc1a0

Browse files
author
Ttt
committed
1.增加 Snackbar 工具类, 支持在指定 View 上/下方显示, 以及同 DevToast/ToastTintUtils 中的 Style 高度自由化样式配置, 全局统一样式, 以及支持夜间样式等各种样式切换
2.发布 1.2.9 Former-commit-id: 1d1550a
1 parent f341408 commit 69dc1a0

File tree

5 files changed

+1386
-4
lines changed

5 files changed

+1386
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2f4627e282bc302c08db338c7de73a2356c17398
1+
22838cd354e48fd77112735aaa8d8d25139c9a8e

DevLibUtils/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apply plugin: 'com.android.library'
22

3-
def dev_utils_version = "1.2.8";
3+
def dev_utils_version = "1.2.9";
44

55
android {
66
compileSdkVersion 28
@@ -42,6 +42,7 @@ dependencies {
4242
implementation fileTree(include: ['*.jar'], dir: 'libs')
4343
implementation 'com.android.support:appcompat-v7:28.0.0'
4444
implementation 'com.android.support:support-v4:28.0.0'
45+
implementation 'com.android.support:design:28.0.0'
4546
}
4647

4748
// == 打包, 包含注释 ==

0 commit comments

Comments
 (0)