Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Apr 9, 2016
1 parent 1403066 commit 97b26f0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Add the following to your module's `build.gradle` file:
```Gradle
dependencies {
// ...
compile('com.github.afollestad:drag-select-recyclerview:0.3.4@aar') {
compile('com.github.afollestad:drag-select-recyclerview:0.3.5@aar') {
transitive = true
}
}
Expand Down
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ group='com.afollestad'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "0.3.4"
versionName "0.3.5"
}
lintOptions {
abortOnError false
Expand All @@ -26,5 +26,5 @@ android {
}

dependencies {
compile 'com.android.support:recyclerview-v7:23.2.1'
compile 'com.android.support:recyclerview-v7:23.3.0'
}
10 changes: 5 additions & 5 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
buildToolsVersion "23.0.3"

lintOptions {
abortOnError false
Expand All @@ -11,8 +11,8 @@ android {
applicationId "com.afollestad.dragselectrecyclerviewsample"
minSdkVersion 14
targetSdkVersion 23
versionCode 10
versionName "0.3.4"
versionCode 11
versionName "0.3.5"
}
buildTypes {
release {
Expand All @@ -23,8 +23,8 @@ android {
}

dependencies {
compile 'com.android.support:appcompat-v7:23.2.1'
compile('com.github.afollestad:material-cab:0.1.10@aar') {
compile 'com.android.support:appcompat-v7:23.3.0'
compile('com.github.afollestad:material-cab:0.1.11@aar') {
transitive = true
}
compile project(':library')
Expand Down
Binary file modified sample/sample.apk
Binary file not shown.

0 comments on commit 97b26f0

Please sign in to comment.