Skip to content

Commit

Permalink
improve code.
Browse files Browse the repository at this point in the history
  • Loading branch information
jedsada committed Feb 16, 2017
1 parent 8b5fe98 commit b74d03d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/src/dev/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">Dagger2_MVP_Example_Dev</string>
<string name="app_name">Dev_Dagger2_MVP_Example</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,4 @@ public String version() {
public String userToken() {
return null;
}

@Override
public String serverUrl() {
return BuildConfig.SEVER;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,4 @@ public interface Config {
String version();

String userToken();

String serverUrl();
}
3 changes: 3 additions & 0 deletions app/src/prototype/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<resources>
<string name="app_name">Prototype_Dagger2_MVP_Example</string>
</resources>
3 changes: 0 additions & 3 deletions app/src/staging/res/values/strings.xml

This file was deleted.

0 comments on commit b74d03d

Please sign in to comment.