diff --git a/android-crop.iml b/android-crop.iml index a0c34e5..a4f297b 100644 --- a/android-crop.iml +++ b/android-crop.iml @@ -1,8 +1,6 @@ - - - + diff --git a/example/build.gradle b/example/build.gradle index f742e50..f807558 100644 --- a/example/build.gradle +++ b/example/build.gradle @@ -1,5 +1,7 @@ apply plugin: 'android' +archivesBaseName = 'android-crop-example' + android { compileSdkVersion 19 buildToolsVersion '19.0.3' @@ -10,13 +12,6 @@ android { versionCode 1 versionName "1.0" } - - buildTypes { - release { - runProguard false - proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt' - } - } } dependencies { diff --git a/example/proguard-rules.txt b/example/proguard-rules.txt deleted file mode 100644 index f63567e..0000000 --- a/example/proguard-rules.txt +++ /dev/null @@ -1,17 +0,0 @@ -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in /Users/James/android-sdk/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the ProGuard -# include property in project.properties. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} \ No newline at end of file diff --git a/lib/proguard-rules.txt b/lib/proguard-rules.txt deleted file mode 100644 index f63567e..0000000 --- a/lib/proguard-rules.txt +++ /dev/null @@ -1,17 +0,0 @@ -# Add project specific ProGuard rules here. -# By default, the flags in this file are appended to flags specified -# in /Users/James/android-sdk/tools/proguard/proguard-android.txt -# You can edit the include path and order by changing the ProGuard -# include property in project.properties. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -# Add any project specific keep options here: - -# If your project uses WebView with JS, uncomment the following -# and specify the fully qualified class name to the JavaScript interface -# class: -#-keepclassmembers class fqcn.of.javascript.interface.for.webview { -# public *; -#} \ No newline at end of file