Skip to content

Commit 993dd19

Browse files
committed
Add apk release
1 parent 38cca33 commit 993dd19

File tree

6 files changed

+43
-5
lines changed

6 files changed

+43
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# BoostX
22

33
![GitHub License](https://img.shields.io/github/license/AumGupta/BoostX)
4+
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/AumGupta/BoostX/total)
45

56

67
<!-- logo -->
78
<div align="center">
8-
<img alt="BoostX Logo" height="150" src="assets/logo.png">
9+
<img alt="BoostX Logo" src="assets/logo.png">
910
</div>
1011

1112
BoostX is a minimal yet powerful sound enhancement tool that allows users to boost audio levels beyond system limits with sliders for fine adjustments, and real-time audio device insights.
@@ -20,10 +21,10 @@ BoostX is a minimal yet powerful sound enhancement tool that allows users to boo
2021
## Screenshots
2122

2223
<div align="center">
23-
<img src="assets/screenshots/boost.jpg" width="40%" alt="BoostX UI 1">
24-
<img src="assets/screenshots/app-info.jpg" width="40%" alt="BoostX UI 2">
25-
<img src="assets/screenshots/boost-m.jpg" width="40%" alt="BoostX UI 3">
26-
<img src="assets/screenshots/boost-gradual.jpg" width="40%" alt="BoostX UI 4">
24+
<img src="assets/screenshots/boost.jpg" width="200" alt="BoostX UI 1">
25+
<img src="assets/screenshots/app-info.jpg" width="200" alt="BoostX UI 2">
26+
<img src="assets/screenshots/boost-m.jpg" width="200" alt="BoostX UI 3">
27+
<img src="assets/screenshots/boost-gradual.jpg" width="200" alt="BoostX UI 4">
2728
</div>
2829

2930
## Download

app/release/app-release.apk

4.65 MB
Binary file not shown.
2.92 KB
Binary file not shown.
2.87 KB
Binary file not shown.

app/release/output-metadata.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"version": 3,
3+
"artifactType": {
4+
"type": "APK",
5+
"kind": "Directory"
6+
},
7+
"applicationId": "com.example.boostx",
8+
"variantName": "release",
9+
"elements": [
10+
{
11+
"type": "SINGLE",
12+
"filters": [],
13+
"attributes": [],
14+
"versionCode": 1,
15+
"versionName": "1.0",
16+
"outputFile": "app-release.apk"
17+
}
18+
],
19+
"elementType": "File",
20+
"baselineProfiles": [
21+
{
22+
"minApi": 28,
23+
"maxApi": 30,
24+
"baselineProfiles": [
25+
"baselineProfiles/1/app-release.dm"
26+
]
27+
},
28+
{
29+
"minApi": 31,
30+
"maxApi": 2147483647,
31+
"baselineProfiles": [
32+
"baselineProfiles/0/app-release.dm"
33+
]
34+
}
35+
],
36+
"minSdkVersionForDexing": 24
37+
}

assets/logo.png

-52.7 KB
Loading

0 commit comments

Comments
 (0)