@@ -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:$kotlinVersion "
21
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ $ kotlinVersion} "
22
22
}
23
23
}
24
24
@@ -64,12 +64,12 @@ repositories {
64
64
dependencies {
65
65
implementation fileTree(dir : ' libs' , include : [' *.jar' ])
66
66
implementation project(' :capacitor-android' )
67
- implementation " androidx.appcompat:appcompat:$androidxAppCompatVersion "
68
- implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
67
+ implementation " androidx.appcompat:appcompat:${ androidxAppCompatVersion} "
68
+ implementation " org.jetbrains.kotlin:kotlin-stdlib:${ kotlin_version} "
69
69
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:${ coroutinesVersion} "
70
70
implementation ' com.google.android.material:material:1.6.1'
71
71
implementation ' androidx.appcompat:appcompat:1.4.2'
72
- implementation " androidx.core:core-ktx:$coreKtx "
72
+ implementation " androidx.core:core-ktx:${ coreKtx} "
73
73
implementation " androidx.activity:activity-ktx:1.5.1"
74
74
implementation ' androidx.fragment:fragment-ktx:1.5.1'
75
75
implementation " androidx.viewpager2:viewpager2:1.0.0"
@@ -116,7 +116,7 @@ dependencies {
116
116
// def moshi_version = "1.12.0"
117
117
// implementation "com.squareup.moshi:moshi:$moshi_version"
118
118
// implementation "com.squareup.moshi:moshi-kotlin:$moshi_version"
119
- testImplementation " junit:junit:$junitVersion "
120
- androidTestImplementation " androidx.test.ext:junit:$androidxJunitVersion "
121
- androidTestImplementation " androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion "
119
+ testImplementation " junit:junit:${ junitVersion} "
120
+ androidTestImplementation " androidx.test.ext:junit:${ androidxJunitVersion} "
121
+ androidTestImplementation " androidx.test.espresso:espresso-core:${ androidxEspressoCoreVersion} "
122
122
}
0 commit comments