File tree Expand file tree Collapse file tree 3 files changed +21
-12
lines changed Expand file tree Collapse file tree 3 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
8
## [ 0.4.1] - 2024-06-20
4
9
5
10
* Bump to AGP 8.4.2 (#124 )
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ be applied to your project as a Gradle plugin.
108
108
// root build.gradle file
109
109
buildscript {
110
110
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 "
113
113
}
114
114
}
115
115
```
@@ -139,15 +139,19 @@ project will continue to patch this issue without disabling the incremental tran
139
139
140
140
Version Compatibility:
141
141
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.
151
155
152
156
# Using Feature Module Code
153
157
Original file line number Diff line number Diff line change 1
1
GROUP =app.cash.better.dynamic.features
2
- VERSION_NAME =0.5.0-SNAPSHOT
2
+ VERSION_NAME =0.5.0-agp8.5.0
3
3
4
4
POM_URL =https://github.com/cashapp/better-dynamic-features/
5
5
POM_SCM_URL =https://github.com/cashapp/better-dynamic-features/
You can’t perform that action at this time.
0 commit comments