张波

修改编译报错

... ... @@ -56,6 +56,5 @@ repositories {
dependencies {
// implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "com.google.android.material:material:1.4.0"
// implementation project(path: ':wdstartup')
implementation 'com.wd:startup:1.0.0'
implementation 'com.wd:wdkitcore:1.0.0'
}
\ No newline at end of file
... ...
... ... @@ -53,7 +53,7 @@ uploadArchives {
authentication(userName: '6708d1cf6f4c940bd257c88d', password: 'Wm51gc4rARyr')
}
pom.project {
artifactId 'wdkit'
artifactId 'wdkitcore'
version '1.0.0'
groupId 'com.wd'
packaging 'aar'
... ...
... ... @@ -11,8 +11,8 @@ import java.util.Map;
import android.text.TextUtils;
import com.wd.base.log.Logger;
import com.wd.foundation.wdkit.tools.CastUtils;
import com.wd.foundation.wdkit.tools.ReflectionUtils;
import com.wd.foundation.wdkitcore.tools.CastUtils;
import com.wd.foundation.wdkitcore.tools.ReflectionUtils;
/**
* <组件持有者>
... ...
... ... @@ -7,10 +7,10 @@ package com.wd.foundation.wdkitcore.scheduler;
import java.util.Collection;
import com.wd.base.log.Logger;
import com.wd.foundation.wdkit.scheduler.listener.IComponentRegister;
import com.wd.foundation.wdkit.scheduler.listener.InitListener;
import com.wd.foundation.wdkit.thread.ThreadPoolUtils;
import com.wd.foundation.wdkit.tools.CastUtils;
import com.wd.foundation.wdkitcore.scheduler.listener.IComponentRegister;
import com.wd.foundation.wdkitcore.scheduler.listener.InitListener;
import com.wd.foundation.wdkitcore.thread.ThreadPoolUtils;
import com.wd.foundation.wdkitcore.tools.CastUtils;
/**
* <组件管理器>
... ...
... ... @@ -8,8 +8,8 @@ import java.util.HashMap;
import java.util.Map;
import com.wd.base.log.Logger;
import com.wd.foundation.wdkit.tools.CastUtils;
import com.wd.foundation.wdkit.tools.ReflectionUtils;
import com.wd.foundation.wdkitcore.tools.CastUtils;
import com.wd.foundation.wdkitcore.tools.ReflectionUtils;
/**
* <服务的持有者>
... ...
... ... @@ -4,7 +4,7 @@
package com.wd.foundation.wdkitcore.scheduler;
import com.wd.foundation.wdkit.scheduler.listener.InitListener;
import com.wd.foundation.wdkitcore.scheduler.listener.InitListener;
/**
* <组件化:对外接口组件>
... ...
... ... @@ -25,7 +25,7 @@ import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.wd.base.log.Logger;
import com.wd.foundation.wdkit.tools.StringUtils;
import com.wd.foundation.wdkitcore.tools.StringUtils;
/**
* <线程池工具类>
... ...