Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
indywidualny committed Jul 10, 2018
2 parents f8342fb + 22f215d commit fa92fd8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified app/release/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion app/release/output.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":52,"versionName":"3.3.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":53,"versionName":"3.4.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]
2 changes: 1 addition & 1 deletion app/src/main/res/values-pl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@
<string name="version">Wersja %s</string>
<string name="label">Etykieta</string>
<string name="suppress_audio_media">Wycisz dźwięki</string>
<string name="suppress_audio_media_description">Nie odtwarzaj dźwięków polubień i klipów</string>
<string name="suppress_audio_media_description">Nie odtwarzaj dźwięków polubień i klipów.</string>

</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/xml-v21/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
android:summary="@string/fixed_nav_description"
android:defaultValue="false"/>

<CheckBoxPreference
<SwitchPreference
android:key="suppress_audio_media"
android:title="@string/suppress_audio_media"
android:summary="@string/suppress_audio_media_description"
Expand Down

0 comments on commit fa92fd8

Please sign in to comment.