1
1
buildscript {
2
- ext. kotlinVersion = ' 1.5.10 '
2
+ ext. kotlinVersion = ' 1.5.31 '
3
3
ext. navigationVersion = ' 2.3.5'
4
4
repositories {
5
5
google()
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:4.2.1 '
9
+ classpath ' com.android.tools.build:gradle:7.0.3 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion "
11
11
classpath " androidx.navigation:navigation-safe-args-gradle-plugin:$navigationVersion "
12
12
@@ -26,33 +26,26 @@ allprojects {
26
26
ext {
27
27
// Sdk and tools
28
28
minSdkVersion = 21
29
- targetSdkVersion = 30
30
- compileSdkVersion = 30
29
+ targetSdkVersion = 31
30
+ compileSdkVersion = 31
31
31
32
32
// App dependencies
33
33
androidXVersion = ' 1.0.0'
34
34
androidXTestCoreVersion = ' 1.3.0'
35
- androidXTestExtKotlinRunnerVersion = ' 1.1.2 '
35
+ androidXTestExtKotlinRunnerVersion = ' 1.1.3 '
36
36
androidXTestRulesVersion = ' 1.2.0'
37
- androidXAnnotations = ' 1.2.0'
38
- androidXLegacySupport = ' 1.0.0'
39
- appCompatVersion = ' 1.3.0'
40
- archLifecycleVersion = ' 2.3.1'
41
- archTestingVersion = ' 2.1.0'
37
+ androidXAnnotations = ' 1.3.0'
38
+ appCompatVersion = ' 1.4.0'
39
+ archLifecycleVersion = ' 2.4.0'
40
+ coroutinesVersion = ' 1.5.2'
42
41
cardVersion = ' 1.0.0'
43
- coroutinesVersion = ' 1.5.0'
44
- dexMakerVersion = ' 2.12.1'
45
- espressoVersion = ' 3.3.0'
46
- fragmentVersion = ' 1.3.4'
47
- fragmentKtxVersion = ' 1.3.4'
48
- hamcrestVersion = ' 1.3'
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'
42
+ espressoVersion = ' 3.4.0'
43
+ fragmentKtxVersion = ' 1.4.0'
44
+ junitVersion = ' 4.13.2'
45
+ materialVersion = ' 1.4.0'
46
+ recyclerViewVersion = ' 1.2.1'
54
47
roomVersion = ' 2.3.0'
55
48
rulesVersion = ' 1.0.1'
49
+ swipeRefreshLayoutVersion = ' 1.1.0'
56
50
timberVersion = ' 4.7.1'
57
- truthVersion = ' 1.1.2'
58
51
}
0 commit comments