File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 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'
7
+ coreKtx = project. hasProperty(' coreKtx' ) ? rootProject. ext. coreKtx : ' 1.9.0'
8
+ coroutinesVersion = project. hasProperty(' coroutinesVersion' ) ? rootProject. ext. coroutinesVersion : ' 1.6.0'
9
+ androidxLifecycleVersion = project. hasProperty(' androidxLifecycleVersion' ) ? rootProject. ext. androidxLifecycleVersion : ' 2.5.1'
10
+ groupieVersion = project. hasProperty(' groupieVersion' ) ? rootProject. ext. groupieVersion : ' 2.9.0'
6
11
}
7
12
8
13
buildscript {
9
- ext. kotlinVersion = project. hasProperty(' kotlinVersion' ) ? rootProject. ext. kotlinVersion : ' 1.7.10'
10
- ext. coreKtx = project. hasProperty(' coreKtx' ) ? rootProject. ext. coreKtx : ' 1.9.0'
11
- ext. coroutinesVersion = project. hasProperty(' coroutinesVersion' ) ? rootProject. ext. coroutinesVersion : ' 1.6.0'
12
- ext. androidxLifecycleVersion = project. hasProperty(' androidxLifecycleVersion' ) ? rootProject. ext. androidxLifecycleVersion : ' 2.5.1'
13
- ext. groupieVersion = project. hasProperty(' groupieVersion' ) ? rootProject. ext. groupieVersion : ' 2.9.0'
14
-
15
14
repositories {
16
15
google()
17
16
mavenCentral()
You can’t perform that action at this time.
0 commit comments