Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

### Changes

* Use Kotlin v.1.7.21.
* Use constraintlayout v.2.1.4.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Plugins {
private object Versions {
const val android = "7.1.2"
const val dokka = "1.6.10"
const val kotlin = "1.6.10"
const val kotlin = "1.7.21"
const val versions = "0.44.0"
}

Expand Down

0 comments on commit f77c6fd

Please sign in to comment.