From 89365e31f40902e670df1c8cd5837f6638c00016 Mon Sep 17 00:00:00 2001 From: radar-circleci Date: Fri, 3 Feb 2023 22:58:43 +0000 Subject: [PATCH] [create-pull-request] automated change --- android/build.gradle | 11 +++++------ example/android/app/build.gradle | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index c503c5f..d845edb 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.5.10' 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..72f407d 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.5.10' } } diff --git a/pubspec.yaml b/pubspec.yaml index 0d2aba1..8ce984e 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.5.10 homepage: https://github.com/radarlabs/flutter-radar environment: