forked from PierfrancescoSoffritti/android-youtube-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dependencies.gradle
38 lines (31 loc) · 1.23 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
ext.versions = [
// Project
minSdk : 17,
compileSdk : 34,
// Plugins
gradlePlugin : '7.0.4',
dexCount : '3.0.1',
gradleNexus : '1.1.0',
dokka : '1.6.0',
// Kotlin
kotlin : '1.6.0',
// AndroidX
androidxCore : '1.4.2',
androidxAnnotations : '1.3.0',
androidxConstraintLayout : '2.1.4',
androidxRecyclerView : '1.2.1',
androidxMediarouter : '1.3.1',
androidxLifecycleRuntime : '2.4.0',
multiDex : '2.0.1',
// Google Play
googlePlayServicesCastFramework : '21.0.1',
// Google APIs
googleApiClientAndroid : '1.23.0',
googleApiServicesYoutube : 'v3-rev198-1.23.0',
// psoffritti
sampleAppTemplate : '1.0.3',
// Tests
junit : '4.13.2',
runner : '1.4.0',
espressoCore : '3.4.0'
]