Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…atistics

# Conflicts:
#	WeBall-Statistics-Mobile/.idea/deploymentTargetDropDown.xml
  • Loading branch information
minaschar committed Jun 19, 2022
2 parents dc8bc83 + 31e3edb commit d2affc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public void onClick(View view) {
if (teamGuest.getKeyPlayers().size() <= 5) {
for (int i = 0; i < teamGuest.getKeyPlayers().size(); i++) {
Picasso.get()
.load(Config.PLAYER_IMAGES_RESOURCES + teamLandlord.getKeyPlayers().get(i).getImagePath())
.load(Config.PLAYER_IMAGES_RESOURCES + teamGuest.getKeyPlayers().get(i).getImagePath())
.resize(200, 200)
.centerCrop()
.into(playersImageViewList.get(i));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public class Config {

public static final String IP = "172.26.208.1";
public static final String IP = "172.28.80.1";
public static final String API_URL = "http://" + IP + "/WeBall_Statistics-Backend/API/";
public static final String MATCHES_API = "http://" + IP + "/weBall_Statistics-Backend/API/match.php";
public static final String API_REFEREE = "referee.php";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<domain includeSubdomains="true">10.4.22.16</domain>
<domain includeSubdomains="true">172.21.80.1</domain>
<domain includeSubdomains="true">192.168.2.66</domain>
<domain includeSubdomains="true">172.26.208.1</domain>
<domain includeSubdomains="true">172.28.80.1</domain>
</domain-config>
</network-security-config>

0 comments on commit d2affc7

Please sign in to comment.