Files
assistant-android/dependencies.gradle
2017-10-11 15:34:12 +08:00

59 lines
1.2 KiB
Groovy

ext {
//Android
buildToolsVersion = "26.0.1"
compileSdkVersion = 26
minSdkVersion = 14
// TODO fix permission/ target 23 will cause permission issues
targetSdkVersion = 22
// application info
versionCode = 21
versionName = "3.0"
applicationId = "com.gh.gamecenter"
//Libraries
androidSupport = "26.0.2"
multidex = "1.0.1"
butterKnife = "8.4.0"
eventbus = "3.0.0"
eventbusApt = "3.0.1"
// rxJava & rxAndroid
rxJava = "1.1.0"
rxAndroid = "1.1.0"
rxJava2 = "2.0.9"
rxAndroid2 = "2.0.1"
// https://github.com/trello/RxLifecycle/tree/2.x
rxLifecycle = "2.0.1"
// https://github.com/JakeWharton/RxBinding
rxBinding = "0.3.0"
rxBinding2 = "2.0.0"
retrofit = "2.2.0"
okHttp = "3.7.0"
gson = "2.8.0"
zxing = "3.2.1"
fresco = "1.5.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.4"
//Test
jUnit = '4.12'
stetho = '1.5.0'
leakcanary = '1.5.1'
tinker = "1.8.1"
bugly = "2.6.5"
buglyTinkerSupport = "1.3.1"
// 权限申请库
easypermissions = "1.0.0"
}