Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
neeldoshii committed Mar 10, 2024
1 parent c8591b5 commit f518c62
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -371,12 +371,12 @@ android {
}
}

//String getTestUserName() {
// def propFile = rootProject.file("./local.properties")
// def properties = new Properties()
// properties.load(new FileInputStream(propFile))
// return properties['TEST_USER_NAME']
//}
String getTestUserName() {
def propFile = rootProject.file("./local.properties")
def properties = new Properties()
properties.load(new FileInputStream(propFile))
return properties['TEST_USER_NAME']
}

String getTestPassword() {
def propFile = rootProject.file("./local.properties")
Expand Down

0 comments on commit f518c62

Please sign in to comment.