Skip to content

Commit f512454

Browse files
committed
Prepare for release 0.5.0-agp8.5.0
1 parent c557f74 commit f512454

File tree

3 files changed

+21
-12
lines changed

3 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [0.5.0-agp8.5.0] - 2024-07-03
4+
5+
* Bump to AGP 8.5.0 (#123)
6+
* Change to new versioning format
7+
38
## [0.4.1] - 2024-06-20
49

510
* Bump to AGP 8.4.2 (#124)

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ be applied to your project as a Gradle plugin.
108108
// root build.gradle file
109109
buildscript {
110110
dependencies {
111-
classpath "app.cash.better.dynamic.features:agp-patch:0.2.1" // Must be loaded before AGP!
112-
classpath "com.android.tools.build:gradle:8.2.1"
111+
classpath "app.cash.better.dynamic.features:agp-patch:0.5.0-agp8.5.0" // Must be loaded before AGP!
112+
classpath "com.android.tools.build:gradle:8.5.0"
113113
}
114114
}
115115
```
@@ -139,15 +139,19 @@ project will continue to patch this issue without disabling the incremental tran
139139

140140
Version Compatibility:
141141

142-
| AGP | Better Dynamic Features |
143-
|-----------|-------------------------|
144-
| 8.1.0 | 0.1.0 |
145-
| 8.2.0 | 0.2.0 |
146-
| 8.2.1 | 0.2.1 |
147-
| 8.3.0 | 0.3.0 |
148-
| 8.3.2 | 0.3.1 |
149-
| **8.4.1** | **0.4.0** |
150-
| 8.5.0+ | TBD |
142+
| AGP | Better Dynamic Features |
143+
|-------|-------------------------|
144+
| 8.1.0 | 0.1.0 |
145+
| 8.2.0 | 0.2.0 |
146+
| 8.2.1 | 0.2.1 |
147+
| 8.3.0 | 0.3.0 |
148+
| 8.3.2 | 0.3.1 |
149+
| 8.4.1 | 0.4.0 |
150+
| 8.5.0 | **0.5.0-agp8.5.0** |
151+
| X.Y.Z | 0.5.0-agpX.Y.Z |
152+
153+
From version `0.5.0` and up, the targeted version of AGP is appended to the version in the format of `-agpX.Y.Z`.
154+
The main better-dynamic-features version indicates the runtime API version of the library.
151155

152156
# Using Feature Module Code
153157

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=app.cash.better.dynamic.features
2-
VERSION_NAME=0.5.0-SNAPSHOT
2+
VERSION_NAME=0.5.0-agp8.5.0
33

44
POM_URL=https://github.com/cashapp/better-dynamic-features/
55
POM_SCM_URL=https://github.com/cashapp/better-dynamic-features/

0 commit comments

Comments
 (0)