update kotlin, gradle & libraries

* kotlin 1.5.21 -> 1.5.30
* gradle wrapper 7.0.2 -> 7.2
* gradle agp 7.0.0 -> 7.0.1
* constraintlayout 2.0.4 -> 2.1.0
This commit is contained in:
2021-08-29 15:02:40 +02:00
parent 9df5be003b
commit d417181b70
6 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?textBackground"/>
<solid android:color="?attr/shapeTextBackground"/>
<corners android:radius="3dp"/>
</shape>