解决BuildConfig依赖冲突的问题
Signed-off-by: chenfufeng <chenfufeng@zhidaoauto.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mogo.eagle.core.function.call.api">
|
||||
package="com.mogo.eagle.core.function.call">
|
||||
|
||||
</manifest>
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.mogo.eagle.core.function.call.api">
|
||||
package="com.mogo.eagle.core.widget">
|
||||
|
||||
</manifest>
|
||||
@@ -23,8 +23,6 @@ import androidx.annotation.ColorInt;
|
||||
import androidx.annotation.ColorRes;
|
||||
import androidx.annotation.DrawableRes;
|
||||
|
||||
import com.mogo.eagle.core.function.call.api.R;
|
||||
|
||||
|
||||
@SuppressLint("AppCompatCustomView")
|
||||
public class CustomCircleImageView extends ImageView {
|
||||
|
||||
@@ -8,8 +8,6 @@ import android.graphics.RectF;
|
||||
import android.util.AttributeSet;
|
||||
import android.widget.RelativeLayout;
|
||||
|
||||
import com.mogo.eagle.core.function.call.api.R;
|
||||
|
||||
|
||||
public class LiveRoundLayout extends RelativeLayout {
|
||||
private float roundLayoutRadius = 14f;
|
||||
|
||||
@@ -9,8 +9,6 @@ import android.util.AttributeSet;
|
||||
|
||||
import androidx.constraintlayout.widget.ConstraintLayout;
|
||||
|
||||
import com.mogo.eagle.core.function.call.api.R;
|
||||
|
||||
|
||||
/**
|
||||
* author : donghongyu
|
||||
|
||||
@@ -10,8 +10,6 @@ import android.graphics.RectF;
|
||||
import android.util.AttributeSet;
|
||||
import android.widget.RelativeLayout;
|
||||
|
||||
import com.mogo.eagle.core.function.call.api.R;
|
||||
|
||||
|
||||
/**
|
||||
* author : donghongyu
|
||||
|
||||
@@ -34,7 +34,6 @@ import android.view.accessibility.AccessibilityNodeInfo;
|
||||
import android.widget.MediaController.MediaPlayerControl;
|
||||
|
||||
|
||||
import com.mogo.eagle.core.function.call.api.R;
|
||||
import com.mogo.eagle.core.utilcode.util.LogUtils;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
Reference in New Issue
Block a user