移植来自APPUtils的模块,命名空间重构。
This commit is contained in:
		| @@ -8,7 +8,7 @@ android { | ||||
|     buildToolsVersion "32.0.0" | ||||
|  | ||||
|     defaultConfig { | ||||
|         minSdkVersion 26 | ||||
|         minSdkVersion 24 | ||||
|         targetSdkVersion 29 | ||||
|     } | ||||
|     buildTypes { | ||||
| @@ -22,6 +22,9 @@ android { | ||||
| dependencies { | ||||
|     api fileTree(dir: 'libs', include: ['*.jar']) | ||||
|      | ||||
|     // 吐司类库 | ||||
|     api 'com.github.getActivity:ToastUtils:10.5' | ||||
|      | ||||
|     // 权限请求框架:https://github.com/getActivity/XXPermissions | ||||
|     api 'com.github.getActivity:XXPermissions:18.63' | ||||
|     // 下拉控件 | ||||
| @@ -48,6 +51,6 @@ dependencies { | ||||
|     //api 'androidx.vectordrawable:vectordrawable-animated:1.1.0' | ||||
|     //api 'androidx.fragment:fragment:1.1.0' | ||||
|      | ||||
|     api 'cc.winboll.studio:libappbase:15.0.10' | ||||
|     api 'cc.winboll.studio:libapputils:15.0.17' | ||||
|     api 'cc.winboll.studio:libappbase:15.1.4' | ||||
|     api 'cc.winboll.studio:libapputils:15.0.19' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen