forked from xyoye/DanDanPlayForAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.gradle
More file actions
22 lines (21 loc) · 849 Bytes
/
config.gradle
File metadata and controls
22 lines (21 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ext{
android = [
compileSdkVersion : 27,
minSdkVersion : 19,
targetSdkVersion : 26,
buildToolsVersion : '27.0.3',
applicationId : "com.xyoye.dandanplay",
versionCode : 17,
versionName : "3.3.3"
]
dependencies = [
"appcompat-v7" : 'com.android.support:appcompat-v7:27.1.1',
"appcompat-v4" : 'com.android.support:support-v4:27.1.1',
"design" : 'com.android.support:design:27.1.1',
"cardview" : 'com.android.support:cardview-v7:27.1.1',
"recycler" : 'com.android.support:recyclerview-v7:27.1.1',
"espresso-core" : 'com.android.support.test.espresso:espresso-core:3.0.2',
"junit" : 'junit:junit:4.12',
"runner" : 'com.android.support.test:runner:1.0.2'
]
}