Skip to content

Commit

Permalink
更新recyclerview版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Jude95 committed Apr 14, 2016
1 parent 41c965b commit c382688
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions beam/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.jude:easyrecyclerview:3.4.8'
compile 'com.jude:easyrecyclerview:3.4.9'
compile 'io.reactivex:rxandroid:1.0.1'
}

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


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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import android.content.Context;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.v4.widget.SwipeRefreshLayout;
import android.view.ViewGroup;

Expand Down Expand Up @@ -47,7 +48,7 @@ public void onStart() {
};

@Override
protected void onCreate(T view, Bundle savedState) {
protected void onCreate(@NonNull T view, Bundle savedState) {
super.onCreate(view, savedState);

}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'com.android.tools.build:gradle:2.1.0-beta1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.4'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit c382688

Please sign in to comment.