forked from leavesCZY/Chat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.gradle
More file actions
30 lines (27 loc) · 1.48 KB
/
config.gradle
File metadata and controls
30 lines (27 loc) · 1.48 KB
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
ext {
compileSdkVersion = 28
minSdkVersion = 19
targetSdkVersion = 28
versionCode = 26
versionName = '2.2.2'
buildToolsVersion = "28.0.3"
debugMinifyEnabled = true
releaseMinifyEnabled = true
dependencies = [
appcompatV7 : 'com.android.support:appcompat-v7:28.0.0',
constraintLayout : 'com.android.support.constraint:constraint-layout:1.1.3',
design : 'com.android.support:design:28.0.0',
recyclerview : 'com.android.support:recyclerview-v7:28.0.0',
junit : 'junit:junit:4.12',
testRunner : 'com.android.support.test:runner:1.0.2',
espressoCore : 'com.android.support.test.espresso:espresso-core:3.0.2',
qmuiteam : 'com.qmuiteam:qmui:1.1.6',
butterknife : 'com.jakewharton:butterknife:8.8.1',
butterknifeCompiler : 'com.jakewharton:butterknife-compiler:8.8.1',
lifecycleExtensions : 'android.arch.lifecycle:extensions:1.1.1',
leakcanary : 'com.squareup.leakcanary:leakcanary-android:1.6.1',
leakcanaryAndroidNoOp : 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1',
leakcanarySupportFragment: 'com.squareup.leakcanary:leakcanary-support-fragment:1.6.1',
crashreportUpgrade : 'com.tencent.bugly:crashreport_upgrade:1.3.5'
]
}