Commit fe1eec4 1 parent 12eb4b7 commit fe1eec4 Copy full SHA for fe1eec4
File tree 3 files changed +14
-7
lines changed
3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 0.3.0] - 2024-03-14
4
+
5
+ * Upgrade AGP to 8.3.0 (#117 )
6
+ * Recursively search for ` DynamicApi ` supertype (#114 )
7
+ * Fixed KSP configuration for flavored builds (#115 )
8
+
3
9
## [ 0.2.2] - 2024-01-24
4
10
5
11
* Upgrade AGP to 8.2.2
Original file line number Diff line number Diff line change @@ -139,12 +139,13 @@ 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+ | 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.4.0+ | TBD |
148
149
149
150
# Using Feature Module Code
150
151
Original file line number Diff line number Diff line change 1
1
GROUP =app.cash.better.dynamic.features
2
- VERSION_NAME =0.3.0-SNAPSHOT
2
+ VERSION_NAME =0.3.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