File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 capacitorVersion = System . getenv(' CAPACITOR_VERSION' )
33 junitVersion = project. hasProperty(' junitVersion' ) ? rootProject. ext. junitVersion : ' 4.13.2'
44 androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.7.1'
5- androidxCoreVersion = project. hasProperty(' androidxCoreVersion' ) ? rootProject. ext. androidxCoreVersion : ' 1.17 .0'
5+ androidxCoreVersion = project. hasProperty(' androidxCoreVersion' ) ? rootProject. ext. androidxCoreVersion : ' 1.19 .0'
66 androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.3.0'
77 androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.7.0'
88}
Original file line number Diff line number Diff line change 11ext {
22 capacitorVersion = System . getenv(' CAPACITOR_VERSION' )
33 junitVersion = project. hasProperty(' junitVersion' ) ? rootProject. ext. junitVersion : ' 4.13.2'
4- androidxCoreVersion = project. hasProperty(' androidxCoreVersion' ) ? rootProject. ext. androidxCoreVersion : ' 1.17 .0'
4+ androidxCoreVersion = project. hasProperty(' androidxCoreVersion' ) ? rootProject. ext. androidxCoreVersion : ' 1.19 .0'
55 androidxAppCompatVersion = project. hasProperty(' androidxAppCompatVersion' ) ? rootProject. ext. androidxAppCompatVersion : ' 1.7.1'
66 androidxJunitVersion = project. hasProperty(' androidxJunitVersion' ) ? rootProject. ext. androidxJunitVersion : ' 1.3.0'
77 androidxEspressoCoreVersion = project. hasProperty(' androidxEspressoCoreVersion' ) ? rootProject. ext. androidxEspressoCoreVersion : ' 3.7.0'
You can’t perform that action at this time.
0 commit comments