From a099d37d2f9022e04cfa97a89ee1b6942b8bec38 Mon Sep 17 00:00:00 2001 From: Ahmed Bakir Date: Tue, 29 Jan 2019 08:12:33 +0900 Subject: [PATCH] * Fixed compilation errors on latest flutter --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index a0e4026..3f9e6a1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ group 'io.intheloup.beacons' version '1.0-SNAPSHOT' buildscript { - ext.kotlin_version = '1.2.41' + ext.kotlin_version = '1.2.51' repositories { google() jcenter() @@ -50,7 +50,7 @@ dependencies { implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:0.22.5" implementation "com.android.support:support-compat:27.1.1" - implementation "com.android.support:support-core-utils:27.1.1" + implementation "com.android.support:support-core-utils:26.1.0" implementation "org.altbeacon:android-beacon-library:2.14" implementation "com.squareup.moshi:moshi:1.5.0"