Skip to content

Commit

Permalink
clean build gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
micHar committed Dec 28, 2016
1 parent 8162a97 commit 131db20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ ext{
targetSdkVersion="25"
versionName="0.2.5"
versionCode=1
supportVersion="25.1.0"
}
5 changes: 2 additions & 3 deletions fastscroll/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ bintray {


dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.android.support:recyclerview-v7:23.4.0'
compile "com.android.support:appcompat-v7:$supportVersion"
compile "com.android.support:recyclerview-v7:$supportVersion"
}

0 comments on commit 131db20

Please sign in to comment.