feat:调整com.soundcloud.android目录名
This commit is contained in:
@@ -7,9 +7,6 @@ android {
|
||||
defaultConfig {
|
||||
minSdkVersion MIN_SDK_VERSION.toInteger()
|
||||
targetSdkVersion TARGET_SDK_VERSION.toInteger()
|
||||
|
||||
testApplicationId 'com.soundcloud.android.crop.test'
|
||||
testInstrumentationRunner 'android.test.InstrumentationTestRunner'
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
@@ -1 +1 @@
|
||||
<manifest package="com.soundcloud.android.crop" />
|
||||
<manifest package="com.soundcloud.crop" />
|
||||
|
@@ -1,4 +1,4 @@
|
||||
package com.soundcloud.android.crop;
|
||||
package com.soundcloud.crop;
|
||||
|
||||
import android.annotation.TargetApi;
|
||||
import android.app.Activity;
|
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.soundcloud.android.crop;
|
||||
package com.soundcloud.crop;
|
||||
|
||||
import android.annotation.TargetApi;
|
||||
import android.content.Intent;
|
@@ -1,4 +1,4 @@
|
||||
package com.soundcloud.android.crop;
|
||||
package com.soundcloud.crop;
|
||||
|
||||
import android.content.Context;
|
||||
import android.graphics.Canvas;
|
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.soundcloud.android.crop;
|
||||
package com.soundcloud.crop;
|
||||
|
||||
import android.app.ProgressDialog;
|
||||
import android.content.ContentResolver;
|
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.soundcloud.android.crop;
|
||||
package com.soundcloud.crop;
|
||||
|
||||
import android.annotation.SuppressLint;
|
||||
import android.content.Context;
|
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.soundcloud.android.crop;
|
||||
package com.soundcloud.crop;
|
||||
|
||||
import android.content.Context;
|
||||
import android.graphics.Bitmap;
|
@@ -1,4 +1,4 @@
|
||||
package com.soundcloud.android.crop;
|
||||
package com.soundcloud.crop;
|
||||
|
||||
class Log {
|
||||
|
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.soundcloud.android.crop;
|
||||
package com.soundcloud.crop;
|
||||
|
||||
import android.app.Activity;
|
||||
import android.os.Bundle;
|
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.soundcloud.android.crop;
|
||||
package com.soundcloud.crop;
|
||||
|
||||
import android.graphics.Bitmap;
|
||||
import android.graphics.Matrix;
|
@@ -1,4 +1,4 @@
|
||||
package com.soundcloud.android.crop;
|
||||
package com.soundcloud.crop;
|
||||
|
||||
import android.content.Context;
|
||||
import android.net.Uri;
|
@@ -9,7 +9,7 @@
|
||||
android:id="@+id/done_cancel_bar"
|
||||
layout="@layout/crop__layout_done_cancel" />
|
||||
|
||||
<com.soundcloud.android.crop.CropImageView
|
||||
<com.soundcloud.crop.CropImageView
|
||||
android:id="@+id/crop_image"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
@@ -177,8 +177,8 @@
|
||||
-keep class com.darsh.multipleimageselect.** { *; }
|
||||
-dontwarn com.darsh.multipleimageselect.**
|
||||
|
||||
-keep class com.soundcloud.android.crop.** { *; }
|
||||
-dontwarn com.soundcloud.android.crop.**
|
||||
-keep class com.soundcloud.crop.** { *; }
|
||||
-dontwarn com.soundcloud.crop.**
|
||||
|
||||
# glide4.0
|
||||
-keep public class * implements com.bumptech.glide.module.GlideModule
|
||||
|
@@ -132,7 +132,7 @@
|
||||
<!-- android:value="${CRASHLYTICS_COLLECTION_ENABLED}" /> <!– 刘海屏适配 begin –>-->
|
||||
<!-- 小米 -->
|
||||
<activity
|
||||
android:name="com.soundcloud.android.crop.CropImageActivity"
|
||||
android:name="com.soundcloud.crop.CropImageActivity"
|
||||
android:screenOrientation="portrait" /> <!-- 华为 -->
|
||||
<activity
|
||||
android:name="com.darsh.multipleimageselect.activities.AlbumSelectActivity"
|
||||
|
@@ -34,7 +34,7 @@ import com.jph.takephoto.uitl.TImageFiles;
|
||||
import com.jph.takephoto.uitl.TUriParse;
|
||||
import com.jph.takephoto.uitl.TUtils;
|
||||
import com.orhanobut.logger.Logger;
|
||||
import com.soundcloud.android.crop.Crop;
|
||||
import com.soundcloud.crop.Crop;
|
||||
import com.chwl.app.R;
|
||||
import com.chwl.library.utils.SingleToastUtil;
|
||||
|
||||
|
@@ -19,7 +19,7 @@ import com.jph.takephoto.model.TException;
|
||||
import com.jph.takephoto.model.TExceptionType;
|
||||
import com.jph.takephoto.model.TImage;
|
||||
import com.jph.takephoto.model.TIntentWap;
|
||||
import com.soundcloud.android.crop.Crop;
|
||||
import com.soundcloud.crop.Crop;
|
||||
import com.chwl.app.R;
|
||||
import com.chwl.library.utils.SingleToastUtil;
|
||||
|
||||
|
Reference in New Issue
Block a user