Skip to content

Commit

Permalink
TEST 1
Browse files Browse the repository at this point in the history
Change-Id: I2264b29301ce76122713bedafde7191c60f3a7f8
Signed-off-by: PrajjuS <theprajjus@gmail.com>
  • Loading branch information
PrajjuS committed Jun 9, 2024
1 parent c34bd33 commit 78b620d
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
20 changes: 19 additions & 1 deletion builds/gapps/placeholder.json
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@

{
"response": [
{
"maintainer": "PlaceHolder",
"oem": "OKOKO",
"device": "OKOKOK",
"version": "1.2",
"filename": "idk",
"download": "okokokokokokok",
"timestamp": 12345,
"md5": "12345",
"sha256": "123123",
"size": 123124,
"buildtype": "gapps",
"forum": "",
"telegram": ""
}
]
}
20 changes: 19 additions & 1 deletion builds/vanilla/placeholder.json
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@

{
"response": [
{
"maintainer": "PlaceHolder",
"oem": "OKOKO",
"device": "OKOKOK",
"version": "1.2",
"filename": "idk",
"download": "okokokokokokok",
"timestamp": 12345,
"md5": "12345",
"sha256": "123123",
"size": 123124,
"buildtype": "vanilla",
"forum": "",
"telegram": ""
}
]
}
10 changes: 10 additions & 0 deletions devices.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,5 +491,15 @@
"github": "https://github.com/",
"donation": "",
"active": true
},
{
"vendor": "PlaceHolder",
"model": "PlaceHolder",
"codename": "placeholder",
"maintainer": "PlaceHolder",
"telegram": "https://t.me/PlaceHolder",
"github": "https://github.com/",
"donation": "",
"active": true
}
]

0 comments on commit 78b620d

Please sign in to comment.