Skip to content

Commit

Permalink
(build) apply release 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Judas committed Oct 21, 2024
1 parent a8527d5 commit deb6dcd
Show file tree
Hide file tree
Showing 7 changed files with 708 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 2.14.2 (Epoisses)

### Release date 2024/10/15

**Feature**

- Implemented Android Media partial access for media picker

**Dependencies**

- Gradle `8.10.2`
- Android Gradle Plugin `8.6.1`
- Java `17`
- Kotlin `2.0.0`
- Android Minimum SDK `24`
- Android Compile SDK `35`
- Android Target SDK `35`
- Android Build Tools `35.0.0`

# 2.14.1 (Epoisses)

### Release date 2024/09/23
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and will receive answers directly on their devices.

| SDK | Android | Kotlin |
|--------|----------|--------|
| 2.14.1 | 21 -> 34 | 1.9.20 |
| 2.14.2 | 21 -> 34 | 1.9.20 |

## Integration

Expand Down
15 changes: 15 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 2.14.1 > 2.14.2

This release updates the build configuration to the following:

- Gradle `8.10.2`
- Android Gradle Plugin `8.6.1`
- Java `17`
- Kotlin `2.0.0`
- Android Minimum SDK `24`
- Android Compile SDK `35`
- Android Target SDK `35`
- Android Build Tools `35.0.0`

Depending on your project, you may need to update your configuration to integrate this version.

## 2.14.0 > 2.14.1

*Nothing to report*
Expand Down
Binary file not shown.
Loading

0 comments on commit deb6dcd

Please sign in to comment.