Files
assistant-android/dependencies.gradle
2019-04-26 15:43:21 +08:00

76 lines
1.4 KiB
Groovy

ext {
//Android
buildToolsVersion = "27.0.3"
compileSdkVersion = 27
minSdkVersion = 16
targetSdkVersion = 26
// application info
versionCode = 90
versionName = "3.6.4"
applicationId = "com.gh.gamecenter"
//Libraries
androidSupport = "27.1.1"
multidex = "1.0.3"
butterKnife = "8.8.1"
eventbus = "3.0.0"
eventbusApt = "3.0.1"
// rxJava & rxAndroid
rxBinding = "0.3.0"
rxJava2 = "2.1.8"
rxAndroid2 = "2.0.2"
rxBinding2 = "2.1.1"
retrofit = "2.3.0"
okHttp = "3.10.0"
gson = "2.8.2"
zxing = "3.2.1"
fresco = "1.9.0"
ormlite = "5.0"
systemBarTint = "1.0.3"
switchButton = "1.4.5"
swipeLayout = "1.2.0@aar"
autoScrollViewPager = "1.1.2"
weiboSDK = "2.0.3:openDefaultRelease@aar"
apkChannelPackage = "1.0.5"
//Test
jUnit = '4.12'
stetho = '1.5.0'
leakcanary = '1.5.4'
bugly = "2.6.6"
buglyTinkerSupport = "1.3.4"
// 权限申请库
easypermissions = "1.0.0"
constraintLayout = "1.0.2"
archLifecycleVersion = "1.1.1"
archRoomVersion = "1.1.1"
// httpdns = "1.1.3";
expandableLayout = "2.9.2"
smartRefreshLayout = "1.1.0-alpha-7"
luban = "1.1.7"
versioncompare = "1.2.8"
jiaoziVideoView = "6.3.1"
bilibiliVideoPlayer = "0.8.4"
videoCache = "2.7.1"
matisse = "0.5.1"
picasso = "2.5.2"
}