-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdependencies.gradle
31 lines (29 loc) · 1.03 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
ext.versions = [
minSdk : 21,
compileSdk : 33,
versionCode : 7,
versionName : '0.5.1',
androidx_activity : '1.7.1',
androidx_appcompat : '1.6.1',
androidx_browser : '1.5.0',
androidx_core : '1.10.1',
androidx_fragment : '1.5.7',
androidx_lifecycle : '2.6.1',
androidx_viewmodel : '2.4.1',
androidx_constraint : '2.1.4',
coroutine : '1.6.4',
flow_sdk : '0.7.1',
material : '1.9.0',
okhttp : '4.10.0',
serialization : '1.3.2',
timber : '5.0.1',
kbase58 : '0.4',
solana_web3 : '0.1.3',
web3j : '4.9.4',
progressbutton : '2.1.0',
eth_sign_util : '0.1.0',
keccak : '1.1.1',
junit : '4.13.2',
mockk : '1.12.4',
robolectric : '4.8.2'
]