File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ group 'dev.juyoung.fitness'
2
2
version ' 1.0-SNAPSHOT'
3
3
4
4
buildscript {
5
- ext. kotlin_version = ' 1.3.72 '
5
+ ext. kotlin_version = ' 1.4.21 '
6
6
repositories {
7
7
google()
8
8
jcenter()
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
25
25
apply plugin : ' kotlin-android'
26
26
27
27
android {
28
- compileSdkVersion 28
28
+ compileSdkVersion 30
29
29
30
30
defaultConfig {
31
31
minSdkVersion 23
@@ -54,8 +54,8 @@ dependencies {
54
54
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
55
55
56
56
// 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'
59
59
60
60
// dependencies for devtools
61
61
implementation ' com.jakewharton.timber:timber:4.7.1'
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ apply plugin: 'kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
27
28
28
android {
29
- compileSdkVersion 28
29
+ compileSdkVersion 30
30
30
31
31
defaultConfig {
32
32
applicationId " dev.juyoung.fitness_example"
33
33
minSdkVersion 23
34
- targetSdkVersion 28
34
+ targetSdkVersion 30
35
35
versionCode flutterVersionCode. toInteger()
36
36
versionName flutterVersionName
37
37
}
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.3.72 '
2
+ ext. kotlin_version = ' 1.4.21 '
3
3
repositories {
4
4
google()
5
5
jcenter()
You can’t perform that action at this time.
0 commit comments