Skip to content

Commit

Permalink
release demo v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luckybilly committed Dec 5, 2019
1 parent 5864d04 commit 038214d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified app-release.apk
Binary file not shown.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
minSdkVersion rootProject.minVersion
targetSdkVersion rootProject.targetVersion
applicationId "com.billy.android.swipe.demo"
versionCode 10003
versionName "1.0.3"
versionCode 10100
versionName "1.1.0"
}

signingConfigs {
Expand Down Expand Up @@ -48,7 +48,7 @@ dependencies {

// implementation project(':smart-swipe-refresh-ext')
// implementation project(':smart-swipe')
implementation 'com.billy.android:smart-swipe:1.0.8'
implementation 'com.billy.android:smart-swipe:1.1.0'
implementation 'com.billy.android:smart-swipe-refresh-ext:1.0.0'

//switch to android support environment, should delete configs within projectRoot/gradle.properties as below:
Expand All @@ -61,7 +61,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
// implementation project(':smart-swipe-x')
implementation 'com.billy.android:smart-swipe-x:1.0.0'
implementation 'com.billy.android:smart-swipe-x:1.1.0'

debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.0-alpha-3'
}

0 comments on commit 038214d

Please sign in to comment.