Skip to content

Commit

Permalink
feat(examples): add examples
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomoferretti committed Nov 7, 2024
1 parent 78a0d7b commit 7e7cbc4
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
72 changes: 72 additions & 0 deletions examples/oat_android_versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"007": [
"4.4",
"4.4.1",
"4.4.2"
],
"008": [
"4.4.3",
"4.4.4"
],
"039": [
"5.0.0",
"5.0.1",
"5.0.2"
],
"045": [
"5.1.0",
"5.1.1"
],
"064": [
"6.0.0",
"6.0.1"
],
"079": [
"7.0.0",
"7.1.0"
],
"088": [
"7.1.1",
"7.1.2"
],
"124": [
"8.0.0"
],
"126": [
"8.0.0"
],
"131": [
"8.1.0"
],
"138": [
"9.0.0"
],
"170": [
"10.0.0"
],
"183": [
"11.0.0"
],
"195": [
"12.0.0"
],
"199": [
"12.0.0",
"12.1.0"
],
"225": [
"13.0.0"
],
"230": [
"14.0.0"
],
"239": [
"14.0.0"
],
"241": [
"14.0.0"
],
"244": [
"15.0.0"
]
}
22 changes: 22 additions & 0 deletions examples/vdex_android_versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"006": [
"8.0.0"
],
"010": [
"8.1.0"
],
"019": [
"9.0.0"
],
"021": [
"10.0.0",
"11.0.0"
],
"027": [
"12.0.0",
"12.1.0",
"13.0.0",
"14.0.0",
"15.0.0"
]
}

0 comments on commit 7e7cbc4

Please sign in to comment.