Commit 3c0dc93
committed
build: update dependencies and bump minimum SDK version
This commit updates various build dependencies, increases the minimum supported SDK version, and refines video capture intent logic.
Key changes include:
- **Build & Dependencies**:
- Updated Android Gradle Plugin (AGP) to 8.13.2.
- Updated Maven Publish to 0.35.0, Spotless to 8.1.0, and Detekt to 1.23.8.
- Updated Core SplashScreen to 1.2.0, Activity Compose to 1.12.2, and Compose BOM to 2025.12.01.
- **SDK Version**:
- Bumped `minSdk` from 21 to 23 in `gradle/libs.versions.toml` and updated documentation in `README.md` to reflect support for Android 6.0 (API 23) and above.
- **Library Logic**:
- Updated `IntentUtils.kt` to only include `MediaStore.EXTRA_VIDEO_QUALITY` in the video capture intent if `isHighQuality` is explicitly true, rather than defaulting to 0.1 parent 9df439c commit 3c0dc93
File tree
3 files changed
+13
-10
lines changed- filepickerlibrary/src/main/java/com/nareshchocha/filepickerlibrary/utilities
- gradle
3 files changed
+13
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | | - | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
0 commit comments