Skip to content

Commit

Permalink
ready to releae 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kopihao committed Oct 30, 2018
1 parent 366f03c commit 34b0fbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion peasy-recyclerview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext {
_targetSdkVersion = 27
_minSdkVersion = 16
_versionCode = 1
_versionName = "1.0.9"
_versionName = "1.0.11"
}

android {
Expand Down
6 changes: 3 additions & 3 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ext {
_targetSdkVersion = 27
_minSdkVersion = 16
_versionCode = 1
_versionName = "1.0.9"
_versionName = "1.0.11"
}

android {
Expand Down Expand Up @@ -80,12 +80,12 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support:support-vector-drawable:28.0.0'
testImplementation "junit:junit:4.12"
androidTestImplementation "com.android.support.test:runner:1.0.2"
androidTestImplementation "com.android.support.test.espresso:espresso-core:3.0.2"
implementation "com.android.support.constraint:constraint-layout:1.1.3"
implementation "com.android.support:design:$_supportLibrary"
implementation "com.android.support:support-vector-drawable:$_supportLibrary"
implementation "com.android.support:support-annotations:$_supportLibrary"
implementation "com.android.support:appcompat-v7:$_supportLibrary"
implementation "com.android.support:design:$_supportLibrary"
Expand Down

0 comments on commit 34b0fbf

Please sign in to comment.