File tree Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Expand file tree Collapse file tree 3 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -4,37 +4,36 @@ version '1.0'
44buildscript {
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
1515rootProject. allprojects {
1616 repositories {
1717 google()
18- mavenCentral ()
18+ jcenter ()
1919 }
2020}
2121
2222apply plugin : ' com.android.library'
2323
2424android {
25- compileSdkVersion 31
25+ compileSdkVersion 29
2626
2727 defaultConfig {
2828 minSdkVersion 16
29- targetSdkVersion 31
3029 }
3130 lintOptions {
3231 disable ' InvalidPackage'
3332 }
3433}
3534
3635dependencies {
37- implementation ' io.radar:sdk:3.5.9 '
36+ implementation ' io.radar:sdk:3.5.14 '
3837 implementation ' com.google.android.gms:play-services-location:17.0.0'
3938 implementation ' com.google.code.gson:gson:2.8.6'
4039}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
2525apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
2626
2727android {
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.14 '
5353 }
5454}
5555
Original file line number Diff line number Diff line change 11name : flutter_radar
22description : Flutter package for Radar, the leading geofencing and location tracking platform
3- version : 3.1.5
3+ version : 3.5.14
44homepage : https://github.com/radarlabs/flutter-radar
55
66environment :
You can’t perform that action at this time.
0 commit comments