Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
phinner authored and github-actions[bot] committed Sep 30, 2024
1 parent f6f09ea commit b81511a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/),
and this project adheres to [Semantic Versioning](http://semver.org/).

## v4.1.0 - 2024-09-30

## Features

- Dexing with `DexJar` no longer requires Android studio installed, android platform and R8 are downloaded at runtime.
- Allow the use of an explicit R8 and android platform version for `DexJar`.
- Added support for [gradleup's shadow](https://github.com/GradleUp/shadow), the official successor of shadow.

### Chores

- Upgraded Gradle to `v8.10.2`.

## v4.0.2 - 2024-06-20

### Fixes
Expand Down

0 comments on commit b81511a

Please sign in to comment.