Skip to content

Commit

Permalink
Merge pull request #44 from CSE-110-Winter-2023/US-12a
Browse files Browse the repository at this point in the history
US-12A push to main
  • Loading branch information
aajc authored Mar 5, 2023
2 parents de51679 + 71d737b commit d96b29a
Show file tree
Hide file tree
Showing 22 changed files with 382 additions and 871 deletions.
13 changes: 13 additions & 0 deletions .idea/androidTestResultsUserPreferences.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added app/release/app-release.apk
Binary file not shown.
20 changes: 20 additions & 0 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": 3,
"artifactType": {
"type": "APK",
"kind": "Directory"
},
"applicationId": "com.example.demo5",
"variantName": "release",
"elements": [
{
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.0",
"outputFile": "app-release.apk"
}
],
"elementType": "File"
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public void mainActivityTest() {
childAtPosition(
childAtPosition(
withId(android.R.id.content),
0),
2),
2),
isDisplayed()));
appCompatEditText.perform(replaceText("my parent's house"), closeSoftKeyboard());
Expand Down

This file was deleted.

Loading

0 comments on commit d96b29a

Please sign in to comment.