-
-
Notifications
You must be signed in to change notification settings - Fork 794
Expand file tree
/
Copy pathdependencies.gradle
More file actions
47 lines (37 loc) · 1.48 KB
/
Copy pathdependencies.gradle
File metadata and controls
47 lines (37 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
ext.versions = [
// Project
minSdk : 21,
compileSdk : 36,
publishVersion_core : '13.0.0',
publishVersionCode_core : 22,
publishVersion_chromecast : '0.32',
publishVersionCode_chromecast : 16,
// Plugins
gradlePlugin : '8.10.1',
dexCount : '4.0.0',
gradleNexus : '2.0.0',
dokka : '1.8.10',
// Kotlin
kotlin : '2.1.0',
// Compose
composeBom : '2025.10.01',
// AndroidX
androidxCore : '1.17.0',
appcompat : '1.7.1',
androidxAnnotations : '1.6.0',
androidxConstraintLayout : '2.2.1',
androidxRecyclerView : '1.4.0',
androidxMediarouter : '1.8.1',
androidxLifecycleRuntime : '2.9.4',
androidxActivityCompose : '1.11.0',
// Google Play
googlePlayServicesCastFramework : '21.3.0',
// psoffritti
sampleAppTemplate : 'v1.0.4',
// Tests
junit : '4.13.2',
runner : '1.7.0',
espressoCore : '3.7.0',
// Debug
leakcanary : '2.10',
]