3
3
androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.6.1'
4
4
androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.1.5'
5
5
androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.5.1'
6
- kotlinVersion = project. hasProperty(' kotlinVersion' ) ? rootProject. ext. kotlinVersion : ' 1.7.10 '
6
+ kotlinVersion = project. hasProperty(' kotlinVersion' ) ? rootProject. ext. kotlinVersion : ' 1.8.20 '
7
7
coreKtx = project. hasProperty(' coreKtx' ) ? rootProject. ext. coreKtx : ' 1.9.0'
8
8
coroutinesVersion = project. hasProperty(' coroutinesVersion' ) ? rootProject. ext. coroutinesVersion : ' 1.6.0'
9
9
androidxLifecycleVersion = project. hasProperty(' androidxLifecycleVersion' ) ? rootProject. ext. androidxLifecycleVersion : ' 2.5.1'
@@ -18,7 +18,7 @@ buildscript {
18
18
}
19
19
dependencies {
20
20
classpath ' com.android.tools.build:gradle:8.0.0'
21
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10 "
21
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20 "
22
22
}
23
23
}
24
24
@@ -65,7 +65,7 @@ dependencies {
65
65
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
66
66
implementation project(' :capacitor-android' )
67
67
implementation " androidx.appcompat:appcompat:1.6.1"
68
- implementation " org.jetbrains.kotlin:kotlin-stdlib:1.7.10 "
68
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:1.8.20 "
69
69
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0"
70
70
implementation ' com.google.android.material:material:1.6.1'
71
71
implementation ' androidx.appcompat:appcompat:1.4.2'
0 commit comments