Update kotlin version to 1.7.10

This commit is contained in:
Fasikaw Kindye 2023-06-01 15:11:39 +03:00
parent 5373b9c6d3
commit df12d65ee8

View File

@ -2,7 +2,7 @@ group 'com.example.flutter_sms'
version '1.0-SNAPSHOT' version '1.0-SNAPSHOT'
buildscript { buildscript {
ext.kotlin_version = '1.3.50' ext.kotlin_version = '1.7.10'
repositories { repositories {
google() google()
jcenter() jcenter()