diff --git a/android/build.gradle b/android/build.gradle index c503c5f..cd17924 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -4,29 +4,28 @@ version '1.0' buildscript { repositories { google() - mavenCentral() + jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:7.0.3' + classpath 'com.android.tools.build:gradle:3.5.0' } } rootProject.allprojects { repositories { google() - mavenCentral() + jcenter() } } apply plugin: 'com.android.library' android { - compileSdkVersion 31 + compileSdkVersion 29 defaultConfig { minSdkVersion 16 - targetSdkVersion 31 } lintOptions { disable 'InvalidPackage' @@ -34,7 +33,7 @@ android { } dependencies { - implementation 'io.radar:sdk:3.5.9' + implementation 'io.radar:sdk:3.8.0' implementation 'com.google.android.gms:play-services-location:17.0.0' implementation 'com.google.code.gson:gson:2.8.6' } diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle index 1182b4b..fbd4764 100644 --- a/example/android/app/build.gradle +++ b/example/android/app/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'com.android.application' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 31 + compileSdkVersion 29 lintOptions { disable 'InvalidPackage' @@ -49,7 +49,7 @@ android { } dependencies { - implementation 'io.radar:sdk:3.5.9' + implementation 'io.radar:sdk:3.8.0' } } diff --git a/pubspec.yaml b/pubspec.yaml index 0d2aba1..7067e69 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_radar description: Flutter package for Radar, the leading geofencing and location tracking platform -version: 3.1.5 +version: 3.8.0 homepage: https://github.com/radarlabs/flutter-radar environment: