Skip to content

Commit

Permalink
Prepare for release 0.5.0-agp8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed Jul 3, 2024
1 parent c557f74 commit f512454
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [0.5.0-agp8.5.0] - 2024-07-03

* Bump to AGP 8.5.0 (#123)
* Change to new versioning format

## [0.4.1] - 2024-06-20

* Bump to AGP 8.4.2 (#124)
Expand Down
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ be applied to your project as a Gradle plugin.
// root build.gradle file
buildscript {
dependencies {
classpath "app.cash.better.dynamic.features:agp-patch:0.2.1" // Must be loaded before AGP!
classpath "com.android.tools.build:gradle:8.2.1"
classpath "app.cash.better.dynamic.features:agp-patch:0.5.0-agp8.5.0" // Must be loaded before AGP!
classpath "com.android.tools.build:gradle:8.5.0"
}
}
```
Expand Down Expand Up @@ -139,15 +139,19 @@ project will continue to patch this issue without disabling the incremental tran

Version Compatibility:

| AGP | Better Dynamic Features |
|-----------|-------------------------|
| 8.1.0 | 0.1.0 |
| 8.2.0 | 0.2.0 |
| 8.2.1 | 0.2.1 |
| 8.3.0 | 0.3.0 |
| 8.3.2 | 0.3.1 |
| **8.4.1** | **0.4.0** |
| 8.5.0+ | TBD |
| AGP | Better Dynamic Features |
|-------|-------------------------|
| 8.1.0 | 0.1.0 |
| 8.2.0 | 0.2.0 |
| 8.2.1 | 0.2.1 |
| 8.3.0 | 0.3.0 |
| 8.3.2 | 0.3.1 |
| 8.4.1 | 0.4.0 |
| 8.5.0 | **0.5.0-agp8.5.0** |
| X.Y.Z | 0.5.0-agpX.Y.Z |

From version `0.5.0` and up, the targeted version of AGP is appended to the version in the format of `-agpX.Y.Z`.
The main better-dynamic-features version indicates the runtime API version of the library.

# Using Feature Module Code

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=app.cash.better.dynamic.features
VERSION_NAME=0.5.0-SNAPSHOT
VERSION_NAME=0.5.0-agp8.5.0

POM_URL=https://github.com/cashapp/better-dynamic-features/
POM_SCM_URL=https://github.com/cashapp/better-dynamic-features/
Expand Down

0 comments on commit f512454

Please sign in to comment.