Skip to content

Commit 2839674

Browse files
committed
[CHORE] Updated Android related dependencies.
- compileSDK 28 -> 30 - Google Fitness 19.0.0 -> 20.0.0 - Google Auth 18.1.0 -> 19.0.0
1 parent 97ad9e0 commit 2839674

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

android/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'dev.juyoung.fitness'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.3.72'
5+
ext.kotlin_version = '1.4.21'
66
repositories {
77
google()
88
jcenter()
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
2525
apply plugin: 'kotlin-android'
2626

2727
android {
28-
compileSdkVersion 28
28+
compileSdkVersion 30
2929

3030
defaultConfig {
3131
minSdkVersion 23
@@ -54,8 +54,8 @@ dependencies {
5454
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
5555

5656
// dependencies for google fit
57-
implementation 'com.google.android.gms:play-services-fitness:19.0.0'
58-
implementation 'com.google.android.gms:play-services-auth:18.1.0'
57+
implementation 'com.google.android.gms:play-services-fitness:20.0.0'
58+
implementation 'com.google.android.gms:play-services-auth:19.0.0'
5959

6060
// dependencies for devtools
6161
implementation 'com.jakewharton.timber:timber:4.7.1'

example/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion 28
29+
compileSdkVersion 30
3030

3131
defaultConfig {
3232
applicationId "dev.juyoung.fitness_example"
3333
minSdkVersion 23
34-
targetSdkVersion 28
34+
targetSdkVersion 30
3535
versionCode flutterVersionCode.toInteger()
3636
versionName flutterVersionName
3737
}

example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.72'
2+
ext.kotlin_version = '1.4.21'
33
repositories {
44
google()
55
jcenter()

0 commit comments

Comments
 (0)