Skip to content

Commit

Permalink
add option for a13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefino9488 committed Jan 2, 2025
1 parent 860c1d1 commit 5a4b141
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const App = () => {
<SelectValue placeholder="Select API Level" />
</SelectTrigger>
<SelectContent className="bg-[#2a2a2a] text-white border-[#3a3a3a]">
<SelectItem value="33">13 (beta test and report if working)</SelectItem>
<SelectItem value="34">14</SelectItem>
<SelectItem value="35">15</SelectItem>
</SelectContent>
Expand Down

0 comments on commit 5a4b141

Please sign in to comment.