File tree Expand file tree Collapse file tree
example-app-capacitor/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ext {
22 junitVersion = project. hasProperty(' junitVersion' ) ? rootProject. ext. junitVersion : ' 4.13.2'
3- androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.7.0'
4- androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.2.1'
5- androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.6.1'
3+ androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.7.1'
4+ androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.3.0'
5+ androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.7.0'
6+ kotlinxCoroutinesVersion = project. hasProperty(' kotlinxCoroutinesVersion' ) ? rootProject. ext. kotlinxCoroutinesVersion : ' 1.10.2'
67}
78
89buildscript {
@@ -61,7 +62,7 @@ dependencies {
6162 implementation project(' :capacitor-android' )
6263 implementation " androidx.appcompat:appcompat:$androidxAppCompatVersion "
6364
64- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4 " )
65+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:$k otlinxCoroutinesVersion " )
6566
6667 testImplementation " junit:junit:$junitVersion "
6768 androidTestImplementation " androidx.test.ext:junit:$androidxJunitVersion "
Original file line number Diff line number Diff line change 33 compileSdkVersion = 36
44 targetSdkVersion = 36
55 androidxActivityVersion = ' 1.8.0'
6- androidxAppCompatVersion = ' 1.7.0 '
7- androidxCoordinatorLayoutVersion = ' 1.2 .0'
8- androidxCoreVersion = ' 1.12 .0'
6+ androidxAppCompatVersion = ' 1.7.1 '
7+ androidxCoordinatorLayoutVersion = ' 1.3 .0'
8+ androidxCoreVersion = ' 1.13 .0'
99 androidxFragmentVersion = ' 1.6.2'
10- coreSplashScreenVersion = ' 1.0.1 '
10+ coreSplashScreenVersion = ' 1.2.0 '
1111 androidxWebkitVersion = ' 1.9.0'
1212 junitVersion = ' 4.13.2'
13- androidxJunitVersion = ' 1.1.5 '
14- androidxEspressoCoreVersion = ' 3.5.1 '
13+ androidxJunitVersion = ' 1.3.0 '
14+ androidxEspressoCoreVersion = ' 3.7.0 '
1515 cordovaAndroidVersion = ' 10.1.1'
1616}
You can’t perform that action at this time.
0 commit comments