Skip to content

Commit 5909264

Browse files
committed
Update libs
1 parent 18956f0 commit 5909264

3 files changed

Lines changed: 12 additions & 13 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.5.21'
4+
ext.kotlin_version = '1.5.31'
55
repositories {
66
google()
77
mavenCentral()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:7.0.0'
10+
classpath 'com.android.tools.build:gradle:7.0.3'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong

mobile/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-kapt'
44

55
android {
6-
compileSdkVersion 30
6+
compileSdkVersion 31
77
buildToolsVersion '30.0.3'
88

99
defaultConfig {
1010
applicationId "es.hegocre.scorecounter"
1111
minSdkVersion 24
12-
targetSdkVersion 30
13-
versionCode 301010100
14-
versionName "1.0.1"
12+
targetSdkVersion 31
13+
versionCode 311020100
14+
versionName "1.0.2"
1515
}
1616

1717
buildTypes {

wear/build.gradle

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ apply plugin: 'kotlin-android'
33
apply plugin: 'kotlin-kapt'
44

55
android {
6-
compileSdkVersion 30
6+
compileSdkVersion 31
77

88
defaultConfig {
99
applicationId "es.hegocre.scorecounter"
1010
minSdkVersion 24
11-
targetSdkVersion 30
12-
versionCode 301010101
13-
versionName "1.0.1"
11+
targetSdkVersion 31
12+
versionCode 311020101
13+
versionName "1.0.2"
1414
}
1515

1616
buildTypes {
@@ -42,8 +42,7 @@ dependencies {
4242

4343
implementation 'com.google.android.support:wearable:2.8.1'
4444
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
45-
implementation 'androidx.wear:wear:1.1.0'
45+
implementation 'androidx.wear:wear:1.2.0'
4646
compileOnly 'com.google.android.wearable:wearable:2.8.1'
47-
implementation 'androidx.core:core-ktx:1.6.0'
48-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
47+
implementation 'androidx.core:core-ktx:1.7.0'
4948
}

0 commit comments

Comments
 (0)