Skip to content

Commit

Permalink
build.gradle file changed
Browse files Browse the repository at this point in the history
  • Loading branch information
tariquekhan30 committed Apr 13, 2022
1 parent 416c475 commit bcd86a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Expand Up @@ -2,7 +2,7 @@ group 'com.tarique.flutter_stable_geo_fence'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.6.0'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.3.50'
ext.kotlin_version = '1.6.0'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit bcd86a0

Please sign in to comment.