forked from PierfrancescoSoffritti/android-youtube-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
43 lines (34 loc) · 1.36 KB
/
dependencies.gradle
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
ext.versions = [
// Project
minSdk : 17,
compileSdk : 33,
publishVersion_core : '12.1.0',
publishVersionCode_core : 20,
publishVersion_chromecast : '0.29',
publishVersionCode_chromecast : 14,
// Plugins
gradlePlugin : '8.1.0',
dexCount : '4.0.0',
gradleNexus : '1.3.0',
dokka : '1.8.10',
// Kotlin
kotlin : '1.8.0',
// AndroidX
androidxCore : '1.9.0',
appcompat : '1.6.1',
androidxAnnotations : '1.6.0',
androidxConstraintLayout : '2.1.4',
androidxRecyclerView : '1.3.0',
androidxMediarouter : '1.3.1',
androidxLifecycleRuntime : '2.6.0',
// Google Play
googlePlayServicesCastFramework : '21.2.0',
// psoffritti
sampleAppTemplate : '1.0.3',
// Tests
junit : '4.13.2',
runner : '1.5.2',
espressoCore : '3.5.1',
// Debug
leakcanary : '2.10',
]