Skip to content

Commit d932e88

Browse files
AriesHooAriesHoo
AriesHoo
authored and
AriesHoo
committed
release
1 parent f1f1713 commit d932e88

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

apk/sample.apk

728 Bytes
Binary file not shown.

app/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ android {
6363
dependencies {
6464
implementation fileTree(include: ['*.jar'], dir: 'libs')
6565
implementation project(':library')
66-
// implementation 'com.github.AriesHoo:FastLib:2.2.10-beta6_25'
66+
// implementation 'com.github.AriesHoo:FastLib:2.2.11'
6767

6868
//设置界面Item库
6969
//以下库library里使用provided只是编译使用时需根据项目选择相应版本
7070
implementation 'com.android.support:design:'.concat(ext.supportVersion)
7171
implementation 'com.android.support:appcompat-v7:'.concat(ext.supportVersion)
7272
implementation 'com.android.support:recyclerview-v7:'.concat(ext.supportVersion)
7373
//万能适配器--一般都需要吧
74-
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.40'
74+
implementation 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.46'
7575
//webView库 继承FastWebActivity需要,不需要内置WebView可以不compile
7676
implementation 'com.just.agentweb:agentweb:4.0.2'
7777
//webView提供下载功能
@@ -84,9 +84,8 @@ dependencies {
8484
//以上库library里使用provided只是编译使用时需根据项目选择相应版本
8585
implementation 'cn.bingoogolapple:bga-banner:2.1.7@aar'
8686
implementation 'com.scwang.smartrefresh:SmartRefreshHeader:1.0.5.1'
87-
implementation 'com.github.lygttpod:SuperTextView:2.1.5'
87+
implementation 'com.github.lygttpod:SuperTextView:2.1.8'
8888
implementation 'com.flyco.labelview:FlycoLabelView_Lib:1.0.2@aar'
89-
implementation 'com.just.agentweb:agentweb:+'
9089
annotationProcessor 'com.github.bumptech.glide:compiler:4.5.0'
9190
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
9291
//文件选择器

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ ext{
3333
minSdkVersion = 21
3434
targetSdkVersion = 28
3535
supportVersion = "28.0.0"
36-
versionCode = 237
37-
versionName = "2.2.10-beta27"
36+
versionCode = 238
37+
versionName = "2.2.11"
3838
}

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ dependencies {
5252
compileOnly 'com.android.support:appcompat-v7:'.concat(supportVersion)
5353
compileOnly 'com.android.support:recyclerview-v7:'.concat(supportVersion)
5454
//万能适配器
55-
compileOnly 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.40'
55+
compileOnly 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.46'
5656
//webView库
5757
compileOnly 'com.just.agentweb:agentweb:4.0.2'
5858
//下拉刷新库
5959
compileOnly 'com.scwang.smartrefresh:SmartRefreshLayout:1.0.5.1'
6060
//图片加载
6161
compileOnly 'com.github.bumptech.glide:glide:4.5.0'
6262
//常用UI控件(TitleBarView、RadiusView等)
63-
api 'com.github.AriesHoo.UIWidget:widget-core:3.2.6_beta5'
63+
api 'com.github.AriesHoo.UIWidget:widget-core:3.2.7'
6464
//日志打印
6565
api 'com.orhanobut:logger:2.2.0'
6666
//注解

0 commit comments

Comments
 (0)