Skip to content

Commit

Permalink
[ANDROAPP-6161] Add server version 41 (#3630)
Browse files Browse the repository at this point in the history
Signed-off-by: andresmr <[email protected]>
  • Loading branch information
andresmr authored and Balcan committed May 20, 2024
1 parent 3ac7aad commit d32b4b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/src/main/res/raw/testing_credentials.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
[
{
"server_url": "https://play.dhis2.org/2.38",
"user_name": "android",
"user_pass": "Android123",
"server_version": "2.38"
},
{
"server_url": "https://play.dhis2.org/2.39",
"user_name": "android",
Expand All @@ -16,5 +10,11 @@
"user_name": "android",
"user_pass": "Android123",
"server_version": "40"
},
{
"server_url": "https://play.dhis2.org/41",
"user_name": "android",
"user_pass": "Android123",
"server_version": "41"
}
]

0 comments on commit d32b4b0

Please sign in to comment.