fix(ui): sample app gradle fixes

This commit is contained in:
Sacha Arbonel
2022-02-21 14:29:50 -04:00
parent de4f531af1
commit 68643da42b
3 changed files with 4 additions and 3 deletions
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.5.20'
ext.kotlin_version = '1.6.0'
repositories {
google()
jcenter()