Skip to content

Commit

Permalink
Redoing commit 2cd5545 and f0aab1d from pull #265
Browse files Browse the repository at this point in the history
  • Loading branch information
Dar9586 committed Jan 24, 2021
1 parent 520528e commit 21c80c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2 changes: 2 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ android {
minifyEnabled true
shrinkResources true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt')
resValue "string", "app_name", "NClientV2"
}
debug {
applicationIdSuffix ".debug"
versionNameSuffix "-debug"
resValue "string", "app_name", "NClientV2 Debug"
}
}
compileOptions {
Expand Down
4 changes: 0 additions & 4 deletions app/src/debug/res/values/strings.xml

This file was deleted.

1 change: 0 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<string name="hashtag" translatable="false">#</string>
<string name="page_format" formatted="true" translatable="false">%d/%d</string>
<string name="percentage_format" formatted="true" translatable="false">%d%%</string>
<string name="app_name" translatable="false">NClientV2</string>
<string name="page_switcher_placeholder" translatable="false">0/0</string>
<string name="page_placeholder" translatable="false">999/999</string>
<string name="key_favorite_limit" translatable="false">favorite_limit</string>
Expand Down

0 comments on commit 21c80c2

Please sign in to comment.