Files
assistant-android/dependencies.gradle
2020-12-26 19:08:25 +08:00

111 lines
2.2 KiB
Groovy
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ext {
//Android
buildToolsVersion = "28.0.3"
compileSdkVersion = 28
minSdkVersion = 16
targetSdkVersion = 26
// application info (每个大版本之间的 versionCode 增加 20)
versionCode = 254
versionName = "4.5.4"
applicationId = "com.gh.gamecenter"
// AndroidX
core = "1.2.0"
multiDex = "2.0.1"
appCompat = "1.2.0-alpha02"
cardView = "1.0.0"
fragment = "1.2.2"
annotation = "1.1.0"
percentLayout = "1.0.0"
constraintLayout = "1.1.3"
databinding = "3.4.1"
recyclerView = "1.1.0"
lifeCycle = "2.2.0"
room = "2.2.4"
workManager = "1.0.1"
viewpager2 = "1.0.0"
ktx = "1.2.0"
localbroadcastmanager = "1.0.0"
material = "1.1.0"
butterKnife = "10.1.0"
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.12.12"
gson = "2.8.2"
zxing = "3.2.1"
fresco = "2.0.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 = '2.4'
// 大图查看
bigImageViewer = "1.6.5"
bugly = "2.6.6"
buglyTinkerSupport = "1.3.4"
bytedanceApplog = "3.3.12"
bytedanceAweme = "0.1.1.0"
// 权限申请库
easypermissions = "1.0.0"
rxPermissions = "0.10.2"
// httpdns = "1.1.3";
expandableLayout = "2.9.2"
smartRefreshLayout = "1.1.0-alpha-7"
luban = "1.1.7"
versioncompare = "1.2.8"
gsyVideo = "7.1.4"
chucker = "3.2.0-fixed-SNAPSHOT"
dsBridge = "3.0-SNAPSHOT"
matisse = "0.5.1"
picasso = "2.5.2"
lottie = "3.1.0"
flexbox = "1.1.0"
pickerView = "4.1.8"
verifier = "1.0.6"
skeleton = "1.1.1"
shimmerlayout = "2.1.0"
mta = "5.3.1"
romChecker = "1.0.0"
oss = "2.9.2"
toolargetool = "0.2.1@aar"
chart = "3.1.0"
zip4j = "2.6.1"
whatTheStack = "0.1.0_rt"
sentry = "2.3.2" // 不要更新到 3.X3.X 需要后台版本支持
}