|
|
@ -56,11 +56,31 @@ dependencies { |
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' |
|
|
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' |
|
|
|
|
|
|
|
|
|
|
|
// user custom |
|
|
|
// user custom |
|
|
|
|
|
|
|
// icon 组件 |
|
|
|
|
|
|
|
implementation "com.mikepenz:iconics-core:3.2.5" |
|
|
|
|
|
|
|
implementation "com.mikepenz:iconics-views:3.2.5" |
|
|
|
|
|
|
|
implementation 'com.mikepenz:google-material-typeface:3.0.1.3.original@aar' |
|
|
|
|
|
|
|
implementation 'com.mikepenz:material-design-iconic-typeface:2.2.0.5@aar' |
|
|
|
|
|
|
|
implementation 'com.mikepenz:fontawesome-typeface:5.3.1.1@aar' |
|
|
|
|
|
|
|
implementation 'com.mikepenz:octicons-typeface:3.2.0.5@aar' |
|
|
|
|
|
|
|
implementation 'com.mikepenz:meteocons-typeface:1.1.0.5@aar' |
|
|
|
|
|
|
|
implementation 'com.mikepenz:community-material-typeface:3.5.95.1@aar' |
|
|
|
|
|
|
|
implementation 'com.mikepenz:weather-icons-typeface:2.0.10.5@aar' |
|
|
|
|
|
|
|
implementation 'com.mikepenz:typeicons-typeface:2.0.7.5@aar' |
|
|
|
|
|
|
|
implementation 'com.mikepenz:entypo-typeface:1.0.0.5@aar' |
|
|
|
|
|
|
|
implementation 'com.mikepenz:devicon-typeface:2.0.0.5@aar' |
|
|
|
|
|
|
|
implementation 'com.mikepenz:foundation-icons-typeface:3.0.0.5@aar' |
|
|
|
|
|
|
|
implementation 'com.mikepenz:ionicons-typeface:2.0.1.5@aar' |
|
|
|
|
|
|
|
implementation 'com.mikepenz:pixeden-7-stroke-typeface:1.2.0.3@aar' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// calendar 组件 |
|
|
|
implementation 'com.github.angcyo:CalendarView:3.7.1.37' |
|
|
|
implementation 'com.github.angcyo:CalendarView:3.7.1.37' |
|
|
|
implementation 'com.necer.ncalendar:ncalendar:5.0.2' |
|
|
|
implementation 'com.necer.ncalendar:ncalendar:5.0.2' |
|
|
|
implementation 'cn.hutool:hutool-core:5.8.23' |
|
|
|
// fab 组件 |
|
|
|
implementation 'com.github.clans:fab:1.6.4' |
|
|
|
implementation 'com.github.clans:fab:1.6.4' |
|
|
|
|
|
|
|
// hutool 工具 |
|
|
|
|
|
|
|
implementation 'cn.hutool:hutool-core:5.8.23' |
|
|
|
|
|
|
|
|
|
|
|
// room持久化库 |
|
|
|
// room持久化库 |
|
|
|
def room_version = '2.6.1' |
|
|
|
def room_version = '2.6.1' |
|
|
|