Skip to content

Commit 89365e3

Browse files
[create-pull-request] automated change
1 parent e472518 commit 89365e3

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

android/build.gradle

+5-6
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,36 @@ version '1.0'
44
buildscript {
55
repositories {
66
google()
7-
mavenCentral()
7+
jcenter()
88
}
99

1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:7.0.3'
11+
classpath 'com.android.tools.build:gradle:3.5.0'
1212
}
1313
}
1414

1515
rootProject.allprojects {
1616
repositories {
1717
google()
18-
mavenCentral()
18+
jcenter()
1919
}
2020
}
2121

2222
apply plugin: 'com.android.library'
2323

2424
android {
25-
compileSdkVersion 31
25+
compileSdkVersion 29
2626

2727
defaultConfig {
2828
minSdkVersion 16
29-
targetSdkVersion 31
3029
}
3130
lintOptions {
3231
disable 'InvalidPackage'
3332
}
3433
}
3534

3635
dependencies {
37-
implementation 'io.radar:sdk:3.5.9'
36+
implementation 'io.radar:sdk:3.5.10'
3837
implementation 'com.google.android.gms:play-services-location:17.0.0'
3938
implementation 'com.google.code.gson:gson:2.8.6'
4039
}

example/android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
2525
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626

2727
android {
28-
compileSdkVersion 31
28+
compileSdkVersion 29
2929

3030
lintOptions {
3131
disable 'InvalidPackage'
@@ -49,7 +49,7 @@ android {
4949
}
5050

5151
dependencies {
52-
implementation 'io.radar:sdk:3.5.9'
52+
implementation 'io.radar:sdk:3.5.10'
5353
}
5454
}
5555

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_radar
22
description: Flutter package for Radar, the leading geofencing and location tracking platform
3-
version: 3.1.5
3+
version: 3.5.10
44
homepage: https://github.com/radarlabs/flutter-radar
55

66
environment:

0 commit comments

Comments
 (0)