forked from MilesBellum/Blockchain-Example-With-Java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependencies.gradle
More file actions
36 lines (25 loc) · 736 Bytes
/
dependencies.gradle
File metadata and controls
36 lines (25 loc) · 736 Bytes
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
ext {
versionCode = 11
versionName = "1.1.7"
minSdkVersion = 26
targetSdkVersion = 34
compileSdkVersion = 34
buildToolsVersion = "34.0.0"
nameSpace = "com.eagb.blockchainexample"
versions = [
appCompat: '1.6.1',
constraintLayout: '2.1.4',
coordinatorLayout: '1.2.0',
espressoCore: '3.6.1',
fragment: '1.7.1',
junit: '4.13.2',
kotlin: '1.8.10',
legacySupport: '1.0.0',
material: '1.12.0',
material3: '1.0.0-beta02',
playAssetDelivery: '2.2.2',
playAppUpdate: '2.1.0',
playServicesTasks: '18.2.0',
testRunner: '1.6.2',
]
}