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