From aab1646aa77c53e41a571e24f418d5f7abfca964 Mon Sep 17 00:00:00 2001 From: serso Date: Sat, 30 May 2015 16:08:44 +0200 Subject: [PATCH] Projects files updated, build.gradle updated --- android-app-tests/android-app-tests.iml | 20 ++++++++++---------- android-app/android-app.iml | 2 +- android-app/proguard-debug.cfg | 9 ++++----- android-app/proguard.cfg | 9 ++++----- build.gradle | 2 +- core/core.iml | 2 +- 6 files changed, 21 insertions(+), 23 deletions(-) diff --git a/android-app-tests/android-app-tests.iml b/android-app-tests/android-app-tests.iml index 1e9d063f..39181464 100644 --- a/android-app-tests/android-app-tests.iml +++ b/android-app-tests/android-app-tests.iml @@ -19,8 +19,8 @@ - + @@ -74,27 +74,27 @@ + + - + + - - - + - - + @@ -105,12 +105,12 @@ - + - - + + \ No newline at end of file diff --git a/android-app/android-app.iml b/android-app/android-app.iml index 1287315c..fd776288 100644 --- a/android-app/android-app.iml +++ b/android-app/android-app.iml @@ -121,8 +121,8 @@ - + diff --git a/android-app/proguard-debug.cfg b/android-app/proguard-debug.cfg index 965e6ad2..72782e01 100644 --- a/android-app/proguard-debug.cfg +++ b/android-app/proguard-debug.cfg @@ -65,7 +65,8 @@ -dontwarn com.google.ads.** -dontwarn com.sun.org.apache.xerces.internal.impl.dv.util.Base64 -dontwarn com.actionbarsherlock.BuildConfig --dontwarn com.google.android.gms.internal.* +-dontwarn com.google.android.gms.internal.** +-dontwarn com.google.android.gms.common.internal.** -keep class org.simpleframework.xml.** { *; } -keep class * implements org.solovyev.android.calculator.model.MathPersistenceEntity @@ -105,15 +106,13 @@ } # keep this otherwise it is removed by ProGuard --keep public class org.acra.ErrorReporter -{ +-keep public class org.acra.ErrorReporter { public void addCustomData(java.lang.String,java.lang.String); public void putCustomData(java.lang.String,java.lang.String); public void removeCustomData(java.lang.String); } # keep this otherwise it is removed by ProGuard --keep public class org.acra.ErrorReporter -{ +-keep public class org.acra.ErrorReporter { public void handleSilentException(java.lang.Throwable); } \ No newline at end of file diff --git a/android-app/proguard.cfg b/android-app/proguard.cfg index eb27a90b..e0a44ef4 100644 --- a/android-app/proguard.cfg +++ b/android-app/proguard.cfg @@ -64,7 +64,8 @@ -dontwarn com.google.ads.** -dontwarn com.sun.org.apache.xerces.internal.impl.dv.util.Base64 -dontwarn com.actionbarsherlock.BuildConfig --dontwarn com.google.android.gms.internal.* +-dontwarn com.google.android.gms.internal.** +-dontwarn com.google.android.gms.common.internal.** -keep class org.simpleframework.xml.** { *; } -keep class * implements org.solovyev.android.calculator.model.MathPersistenceEntity @@ -122,15 +123,13 @@ } # keep this otherwise it is removed by ProGuard --keep public class org.acra.ErrorReporter -{ +-keep public class org.acra.ErrorReporter { public void addCustomData(java.lang.String,java.lang.String); public void putCustomData(java.lang.String,java.lang.String); public void removeCustomData(java.lang.String); } # keep this otherwise it is removed by ProGuard --keep public class org.acra.ErrorReporter -{ +-keep public class org.acra.ErrorReporter { public void handleSilentException(java.lang.Throwable); } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 3d965603..66a46af0 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:1.2.2' + classpath 'com.android.tools.build:gradle:1.2.3' } } diff --git a/core/core.iml b/core/core.iml index 9472019c..64170b79 100644 --- a/core/core.iml +++ b/core/core.iml @@ -19,8 +19,8 @@ - +