Skip to content

Commit

Permalink
Merge branch 'pr-5' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloASilva committed Jan 6, 2022
2 parents fc84181 + ed68c02 commit 1eb51d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class AccountProvider : ContentProvider() {


companion object {
private val AUTHORITY = "com.cx.vulnerablekotlinapp.accounts"
private val AUTHORITY = "com.cx.goatlin.accounts"
private val ACCOUNTS_TABLE = "Accounts"
val CONTENT_URI : Uri = Uri.parse("content://" + AUTHORITY + "/" +
ACCOUNTS_TABLE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class NotesProvider : ContentProvider() {


companion object {
private val AUTHORITY = "com.cx.vulnerablekotlinapp.notes"
private val AUTHORITY = "com.cx.goatlin.notes"
private val NOTES_TABLE = "Notes"
val CONTENT_URI : Uri = Uri.parse("content://" + AUTHORITY + "/" +
NOTES_TABLE)
Expand Down

0 comments on commit 1eb51d8

Please sign in to comment.