Merge pull request #81 from Fasikawkn/gradle-update

Update kotlin version to 1.7.10
This commit is contained in:
Rody Davis 2023-07-12 07:48:47 -07:00 committed by GitHub
commit eea09849c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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