1
1
buildscript {
2
- ext. kotlinVersion = ' 1.3.31 '
3
- ext. navigationVersion = " 2.1.0-alpha06 "
2
+ ext. kotlinVersion = ' 1.5.10 '
3
+ ext. navigationVersion = ' 2.3.5 '
4
4
repositories {
5
5
google()
6
- jcenter ()
6
+ mavenCentral ()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.4 .1'
9
+ classpath ' com.android.tools.build:gradle:4.2 .1'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
11
11
classpath " androidx.navigation:navigation-safe-args-gradle-plugin:$navigationVersion "
12
12
@@ -18,46 +18,41 @@ buildscript {
18
18
allprojects {
19
19
repositories {
20
20
google()
21
- jcenter ()
21
+ mavenCentral ()
22
22
}
23
23
}
24
24
25
- task clean (type : Delete ) {
26
- delete rootProject. buildDir
27
- }
28
-
29
25
// Define versions in a single place
30
26
ext {
31
27
// Sdk and tools
32
- // Support library and architecture components support minSdk 14 and above.
33
- minSdkVersion = 14
34
- targetSdkVersion = 28
35
- compileSdkVersion = 28
28
+ minSdkVersion = 21
29
+ targetSdkVersion = 30
30
+ compileSdkVersion = 30
36
31
37
32
// App dependencies
38
33
androidXVersion = ' 1.0.0'
39
- androidXTestCoreVersion = ' 1.2 .0'
40
- androidXTestExtKotlinRunnerVersion = ' 1.1.1 '
41
- androidXTestRulesVersion = ' 1.2.0-beta01 '
42
- androidXAnnotations = ' 1.0.1 '
34
+ androidXTestCoreVersion = ' 1.3 .0'
35
+ androidXTestExtKotlinRunnerVersion = ' 1.1.2 '
36
+ androidXTestRulesVersion = ' 1.2.0'
37
+ androidXAnnotations = ' 1.2.0 '
43
38
androidXLegacySupport = ' 1.0.0'
44
- appCompatVersion = ' 1.0.2 '
45
- archLifecycleVersion = ' 2.2.0-alpha01 '
46
- archTestingVersion = ' 2.0 .0'
39
+ appCompatVersion = ' 1.3.0 '
40
+ archLifecycleVersion = ' 2.3.1 '
41
+ archTestingVersion = ' 2.1 .0'
47
42
cardVersion = ' 1.0.0'
48
- coroutinesVersion = ' 1.2.1 '
43
+ coroutinesVersion = ' 1.5.0 '
49
44
dexMakerVersion = ' 2.12.1'
50
- espressoVersion = ' 3.2.0-beta01 '
51
- fragmentVersion = ' 1.1.0-alpha07 '
52
- fragmentKtxVersion = ' 1.1.0-rc01 '
45
+ espressoVersion = ' 3.3.0 '
46
+ fragmentVersion = ' 1.3.4 '
47
+ fragmentKtxVersion = ' 1.3.4 '
53
48
hamcrestVersion = ' 1.3'
54
- junitVersion = ' 4.12 '
55
- materialVersion = ' 1.0 .0'
56
- mockitoVersion = ' 2.8.9 '
57
- recyclerViewVersion = ' 1.0 .0'
58
- robolectricVersion = ' 4.3 .1'
59
- roomVersion = ' 2.1 .0'
49
+ junitVersion = ' 4.13.1 '
50
+ materialVersion = ' 1.3 .0'
51
+ multiDexVersion = ' 2.0.1 '
52
+ recyclerViewVersion = ' 1.2 .0'
53
+ robolectricVersion = ' 4.5 .1'
54
+ roomVersion = ' 2.3 .0'
60
55
rulesVersion = ' 1.0.1'
61
56
timberVersion = ' 4.7.1'
62
- truthVersion = ' 0.44 '
57
+ truthVersion = ' 1.1.2 '
63
58
}
0 commit comments