Skip to content

Commit

Permalink
更新EasyRecyclerView
Browse files Browse the repository at this point in the history
  • Loading branch information
Jude95 committed Feb 4, 2016
1 parent fe7c1d4 commit 10ba2b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Beam 是一套基于MVP模式的快速开发框架。定义了一套开发规范。并提供了基于这套规范的Activity,Fragment,Presenter,Model等父类及控件和API等,完成APP开发过程中大量繁琐工作。

##依赖
`compile 'com.jude:beam:2.6.5'`
`compile 'com.jude:beam:2.6.7'`

##MVP概念
MVP模式在Android开发中的使用越来越流行,它十分适合Android。最好先看看[本框架对MVP的理解](http://www.jianshu.com/p/ed2aa9546c2c)
Expand Down
4 changes: 2 additions & 2 deletions beam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.jude:easyrecyclerview:3.3.5'
compile 'com.jude:easyrecyclerview:3.3.6'
compile 'io.reactivex:rxandroid:1.0.1'
}

Expand All @@ -31,7 +31,7 @@ ext {
gitUrl = 'https://github.com/Jude95/RequestVolley'


libraryVersion = '2.6.5'//版本号
libraryVersion = '2.6.7'//版本号
libraryName = 'beam'//项目名字,没什么用
libraryDescription = 'A framwork for Android'//项目描述,没什么用

Expand Down

0 comments on commit 10ba2b6

Please sign in to comment.