Skip to content

Commit 365cc5a

Browse files
committed
1. Removed warnings and unused launcher icons.
1 parent 4e2eda8 commit 365cc5a

File tree

17 files changed

+3
-217
lines changed

17 files changed

+3
-217
lines changed

.idea/caches/build_file_checksums.ser

0 Bytes
Binary file not shown.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/java/com/amit/utilities/Validator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* this class will help the validate the strings like
1414
* email, password, pan number, etc.
1515
**/
16-
16+
@SuppressWarnings("unused")
1717
public class Validator
1818
{
1919
private UserDictionary userDictionary;
@@ -167,7 +167,7 @@ public static boolean atLeastOneLowerCase(String string)
167167
* @return this will return true or false
168168
* if true is returned then string has upper case value
169169
* else if false is returned then string has no upper case value
170-
**/
170+
**/
171171
public static boolean atLeastOneUpperCase(String string)
172172
{
173173
try

app/src/main/res/drawable-v24/ic_launcher_foreground.xml

Lines changed: 0 additions & 34 deletions
This file was deleted.

app/src/main/res/drawable/ic_launcher_background.xml

Lines changed: 0 additions & 170 deletions
This file was deleted.

app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.
-2.98 KB
Binary file not shown.
Binary file not shown.
-2.05 KB
Binary file not shown.
Binary file not shown.
-4.46 KB
Binary file not shown.
Binary file not shown.
-6.31 KB
Binary file not shown.
Binary file not shown.
-9.03 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)