Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
radar-circleci authored Mar 6, 2023
1 parent 4f771f4 commit 9526012
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,36 @@ 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'
}
}

dependencies {
implementation 'io.radar:sdk:3.5.9'
implementation 'io.radar:sdk:3.5.14'
implementation 'com.google.android.gms:play-services-location:17.0.0'
implementation 'com.google.code.gson:gson:2.8.6'
}
4 changes: 2 additions & 2 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -49,7 +49,7 @@ android {
}

dependencies {
implementation 'io.radar:sdk:3.5.9'
implementation 'io.radar:sdk:3.5.14'
}
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.14
homepage: https://github.com/radarlabs/flutter-radar

environment:
Expand Down

0 comments on commit 9526012

Please sign in to comment.