Skip to content

Commit f834ba7

Browse files
committed
update readme
1 parent b59425b commit f834ba7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
}
2323
}
2424
dependencies {
25-
classpath 'com.github.aasitnikov:fat-aar-android:1.4.3'
25+
classpath("com.github.aasitnikov:fat-aar-android:1.4.4")
2626
}
2727
}
2828
```
@@ -118,7 +118,7 @@ See [anatomy of an aar file here][2].
118118
## Gradle Version Support
119119
| Version | Android Gradle Plugin | Gradle |
120120
|:---------------:|:---------------------:|:---------:|
121-
| 1.4.3 | 8.13 | 8.14 |
121+
| 1.4.4 | 8.13 | 8.14 |
122122
| 1.4.2 | 8.7 | 8.12 |
123123
| 1.4.1 | 8.5 | 8.7 |
124124
| 1.4.0 | 8.3 | 8.6 |
@@ -142,6 +142,8 @@ The following link which version of Gradle is required for each version of the A
142142
[Plugin version and Required Gradle version](https://developer.android.com/build/releases/gradle-plugin)
143143

144144
## Version Log
145+
- [1.4.4](<https://github.com/aasitnikov/fat-aar-android/releases/tag/1.4.4>)
146+
- Fix build error when assembling app module with version 1.4.3 [#3](https://github.com/aasitnikov/fat-aar-android/pull/3). Thanks, [@NormanWangEndeavor](https://github.com/NormanWangEndeavor)!
145147
- [1.4.3](<https://github.com/aasitnikov/fat-aar-android/releases/tag/1.4.3>)
146148
- Add support for AGP 8.13 [#2](https://github.com/aasitnikov/fat-aar-android/pull/2). Thanks, [@NormanWangEndeavor](https://github.com/NormanWangEndeavor)!
147149
- [1.4.2](<https://github.com/aasitnikov/fat-aar-android/releases/tag/1.4.2>)

0 commit comments

Comments
 (0)