Skip to content

Commit

Permalink
Google Play 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
indywidualny committed Mar 20, 2016
1 parent bfd73c1 commit 210ef7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "org.indywidualni.centrumfm"
minSdkVersion 15
targetSdkVersion 23
versionCode 6
versionName "0.6beta"
versionCode 7
versionName "0.7"
}
buildTypes {
release {
Expand Down
32 changes: 0 additions & 32 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,35 +35,3 @@

# fragment classes names
-keepnames class org.indywidualni.centrumfm.fragment.*

# acra library
# keep this class so that logging will show 'ACRA' and not a obfuscated name like 'a'.
# Note: if you are removing log messages elsewhere in this file then this isn't necessary
-keep class org.acra.ACRA {
*;
}

# keep this around for some enums that ACRA needs
-keep class org.acra.ReportingInteractionMode {
*;
}

-keepnames class org.acra.sender.HttpSender$** {
*;
}

-keepnames enum org.acra.ReportField {
*;
}

# keep this otherwise it is removed by ProGuard
-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 {
public void handleSilentException(java.lang.Throwable);
}
2 changes: 0 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
<string name="slide_reader_desc">Czytaj, słuchaj, udostępniaj notki ze strony radia. Streszczenia również offline. Możesz zdecydować ile najnowszych newsów ma zostać zachowane.</string>
<string name="slide_fav_desc">Inteligentna ramówka i ulubione audycje, również offline. Konfigurowalne przypomnienia o nadchodzących ulubionych audycjach.</string>

<string name="acra_crash_toast">Błąd, przygotowuję raport…</string>

<plurals name="eventPrettyLength">
<item quantity="one">Audycja trwa godzinę</item>
<item quantity="few">Audycja trwa %d godziny</item>
Expand Down

0 comments on commit 210ef7f

Please sign in to comment.