Skip to content

Commit 5beba76

Browse files
committed
将mvchelper_task 从 mvchelper_library 抽离出来,准备单独作为一个task类库,而原先mvchelper依赖task类库
1 parent 8313c29 commit 5beba76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mvchelper_task/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
//publish {
1111
// userOrg = 'luckyjayce'//bintray.com用户名
1212
// groupId = 'com.shizhefei'//jcenter上的路径
13-
// artifactId = 'MVCHelper-Task'//项目名称
13+
// artifactId = 'MVCHelper-Task-Core'//项目名称
1414
// publishVersion = rootProject.ext.VERSION_NAME//版本号
1515
// desc = 'Task类库'//描述,不重要
1616
// website = 'https://github.com/LuckyJayce/MVCHelper'//网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了

0 commit comments

Comments
 (0)