File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
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
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ apply plugin: 'kotlin-android'
33apply plugin : ' kotlin-kapt'
44
55android {
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 {
Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ apply plugin: 'kotlin-android'
33apply plugin : ' kotlin-kapt'
44
55android {
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}
You can’t perform that action at this time.
0 commit comments