File tree 3 files changed +8
-9
lines changed
3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -4,37 +4,36 @@ version '1.0'
4
4
buildscript {
5
5
repositories {
6
6
google()
7
- mavenCentral ()
7
+ jcenter ()
8
8
}
9
9
10
10
dependencies {
11
- classpath ' com.android.tools.build:gradle:7.0.3 '
11
+ classpath ' com.android.tools.build:gradle:3.5.0 '
12
12
}
13
13
}
14
14
15
15
rootProject. allprojects {
16
16
repositories {
17
17
google()
18
- mavenCentral ()
18
+ jcenter ()
19
19
}
20
20
}
21
21
22
22
apply plugin : ' com.android.library'
23
23
24
24
android {
25
- compileSdkVersion 31
25
+ compileSdkVersion 29
26
26
27
27
defaultConfig {
28
28
minSdkVersion 16
29
- targetSdkVersion 31
30
29
}
31
30
lintOptions {
32
31
disable ' InvalidPackage'
33
32
}
34
33
}
35
34
36
35
dependencies {
37
- implementation ' io.radar:sdk:3.5.9 '
36
+ implementation ' io.radar:sdk:3.5.10 '
38
37
implementation ' com.google.android.gms:play-services-location:17.0.0'
39
38
implementation ' com.google.code.gson:gson:2.8.6'
40
39
}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
25
25
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
26
26
27
27
android {
28
- compileSdkVersion 31
28
+ compileSdkVersion 29
29
29
30
30
lintOptions {
31
31
disable ' InvalidPackage'
@@ -49,7 +49,7 @@ android {
49
49
}
50
50
51
51
dependencies {
52
- implementation ' io.radar:sdk:3.5.9 '
52
+ implementation ' io.radar:sdk:3.5.10 '
53
53
}
54
54
}
55
55
Original file line number Diff line number Diff line change 1
1
name : flutter_radar
2
2
description : Flutter package for Radar, the leading geofencing and location tracking platform
3
- version : 3.1.5
3
+ version : 3.5.10
4
4
homepage : https://github.com/radarlabs/flutter-radar
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments