Skip to content

Commit

Permalink
Clean up resources
Browse files Browse the repository at this point in the history
  • Loading branch information
DSteve595 committed Dec 8, 2018
1 parent 135c58b commit ed6ed18
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 @@ -16,8 +16,8 @@ android {
applicationId 'com.stevenschoen.putionew'
minSdkVersion 21
targetSdkVersion 27
versionCode 133
versionName '4.3.4'
versionCode 134
versionName '4.4.0 beta 1'
multiDexEnabled true

kapt {
Expand Down
29 changes: 0 additions & 29 deletions app/src/main/res/drawable/putio_selector_all.xml

This file was deleted.

5 changes: 0 additions & 5 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,8 @@
<string name="filenotfound">The file could not be found. Was it deleted?</string>
<string name="clear_finished_transfers">Clear finished transfers</string>
<string name="convert_mp4">Convert to MP4</string>
<string name="checking_for_mp4">Checking for MP4…</string>
<string name="converting_mp4">Converting to MP4…</string>
<string name="converting_mp4_x">Converting to MP4 (%d%%)</string>
<string name="mp4_available">MP4 available</string>
<string name="use_mp4">Use MP4</string>
<string name="dont_use_mp4">Don\'t use MP4</string>
<string name="choose_a_file">Choose a file</string>
<string name="choose_folder">Choose folder</string>
<string name="x_per_sec">%s/sec</string>
Expand All @@ -127,7 +123,6 @@

<!-- Account screen -->
<string name="logged_in_as">Logged in as</string>
<string name="available_storage">Available Storage</string>

<!-- About screen -->
<string name="version_x">Version %s</string>
Expand Down

0 comments on commit ed6ed18

Please sign in to comment.