forked from PierfrancescoSoffritti/android-youtube-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
48 lines (38 loc) · 1.54 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
44
45
46
47
48
ext.versions = [
// Project
minSdk : 17,
compileSdk : 29,
buildTools : '29.0.0',
publishVersion_core : '10.0.5',
publishVersionCode_core : 15,
publishVersion_chromecast : '0.23',
publishVersionCode_chromecast : 8,
// Plugins
gradlePlugin : '3.5.1',
bintrayPlugin : '0.9.1',
// Kotlin
kotlin : '1.3.50',
// AndroidX
androidxCore : '1.1.0',
androidxAnnotations : '1.0.2',
androidxConstraintLayout : '1.1.3',
androidxMaterial : '1.0.0',
androidxRecyclerView : '1.0.0',
androidxMediarouter : '1.1.0',
androidxPalette : '1.0.0',
androidxLifecycleRuntime : '2.1.0',
// Google Play
googlePlayServicesCastFramework : '16.1.2',
// Google APIs
googleApiClientAndroid : '1.23.0',
googleApiServicesYoutube : 'v3-rev198-1.23.0',
// Rx
rxJava : '2.2.2',
rxAndroid : '2.1.0',
// psoffritti
sampleAppTemplate : '1.0.2',
// Tests
junit : '4.12',
runner : '1.1.1',
espressoCore : '3.1.1'
]