Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoPtr authored and evant committed Apr 3, 2021
1 parent 71da49d commit dbc1705
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### [4.0.1]
- Remove Jetifier
- Bumped android gradle plugin to 4.1.2
- Bump compileSdkVersion to 30

### [4.0.0]
- Not having an itemBinding in xml will cause the adapter to be cleared instead of throwing an
exception (#179)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
# org.gradle.parallel=true

group=me.tatarka.bindingcollectionadapter2
version=4.0.0
version=4.0.1
android.useAndroidX=true
android.enableJetifier=false

0 comments on commit dbc1705

Please sign in to comment.