|
1 | 1 | buildscript {
|
2 |
| - ext.kotlinVersion = '1.7.0' |
3 |
| - ext.navigationVersion = '2.5.0' |
| 2 | + ext.kotlinVersion = '1.7.20' |
| 3 | + ext.navigationVersion = '2.5.3' |
4 | 4 | ext.ktlintVersion = '0.44.0'
|
5 |
| - ext.hiltVersion = '2.42' |
| 5 | + ext.hiltVersion = '2.44.2' |
6 | 6 |
|
7 | 7 | repositories {
|
8 | 8 | google()
|
9 | 9 | mavenCentral()
|
10 | 10 | }
|
11 | 11 | dependencies {
|
12 |
| - classpath 'com.android.tools.build:gradle:7.2.2' |
| 12 | + classpath 'com.android.tools.build:gradle:7.3.1' |
13 | 13 | classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
|
14 | 14 | classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigationVersion"
|
15 | 15 | classpath "com.google.dagger:hilt-android-gradle-plugin:$hiltVersion"
|
@@ -51,30 +51,31 @@ subprojects {
|
51 | 51 | ext {
|
52 | 52 | // Sdk and tools
|
53 | 53 | minSdkVersion = 21
|
54 |
| - targetSdkVersion = 32 |
55 |
| - compileSdkVersion = 32 |
| 54 | + targetSdkVersion = 33 |
| 55 | + compileSdkVersion = 33 |
56 | 56 |
|
57 | 57 | // App dependencies
|
58 | 58 | accompanistVersion = '0.23.0'
|
59 |
| - activityComposeVersion = '1.4.0' |
| 59 | + activityComposeVersion = '1.6.1' |
60 | 60 | androidXVersion = '1.0.0'
|
61 |
| - androidXTestCoreVersion = '1.4.1-alpha06' |
62 |
| - androidXTestExtKotlinRunnerVersion = '1.1.4-alpha06' |
63 |
| - androidXTestRulesVersion = '1.4.1-alpha06' |
| 61 | + androidXTestCoreVersion = '1.5.0' |
| 62 | + androidXTestExtKotlinRunnerVersion = '1.1.5' |
| 63 | + androidXTestRulesVersion = '1.5.0' |
64 | 64 | androidXAnnotations = '1.3.0'
|
65 |
| - archLifecycleVersion = '2.6.0-alpha01' |
| 65 | + archLifecycleVersion = '2.6.0-alpha03' |
66 | 66 | archTestingVersion = '2.1.0'
|
67 |
| - composeVersion = '1.2.0' |
68 |
| - composeCompilerVersion = '1.2.0' |
| 67 | + composeVersion = '1.3.2' |
| 68 | + composeMaterialVersion = '1.3.1' |
| 69 | + composeCompilerVersion = '1.3.2' |
69 | 70 | coroutinesVersion = '1.6.1'
|
70 | 71 | dexMakerVersion = '2.12.1'
|
71 |
| - espressoVersion = '3.5.0-alpha06' |
| 72 | + espressoVersion = '3.5.1' |
72 | 73 | hamcrestVersion = '1.3'
|
73 | 74 | hiltAndroidXVersion = '1.0.0'
|
74 | 75 | junitVersion = '4.13.2'
|
75 | 76 | multiDexVersion = '2.0.1'
|
76 | 77 | robolectricVersion = '4.8.1'
|
77 |
| - roomVersion = '2.4.2' |
| 78 | + roomVersion = '2.4.3' |
78 | 79 | rulesVersion = '1.0.1'
|
79 | 80 | timberVersion = '4.7.1'
|
80 | 81 | truthVersion = '1.1.2'
|
|
0 commit comments