Skip to content

Commit

Permalink
1.[ADD]added for 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
soulqw committed Nov 23, 2019
1 parent e6ec261 commit ca28760
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

```java
dependencies {
implementation 'com.qw:curtain:0.0.5'
implementation 'com.qw:curtain:0.0.6'
}

```
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation project(':curtain')
// implementation 'com.qw:curtain:0.0.5'
// implementation project(':curtain')
implementation 'com.qw:curtain:0.0.6'
}
8 changes: 4 additions & 4 deletions curtain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 5
versionName "0.0.5"
versionCode 6
versionName "0.0.6"
}

buildTypes {
Expand All @@ -22,7 +22,7 @@ android {

dependencies {
compileOnly 'androidx.appcompat:appcompat:1.1.0'
compileOnly 'androidx.recyclerview:recyclerview:1.0.0'
compileOnly 'androidx.recyclerview:recyclerview:1.1.0'
}

apply plugin: 'com.github.dcendents.android-maven'
Expand All @@ -34,7 +34,7 @@ def gitUrl = 'https://github.com/soulqw/Curtain.git'

def libName = "curtain"
group = "com.qw"
version = "0.0.5"
version = "0.0.6"

task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
Expand Down
1 change: 0 additions & 1 deletion curtain/src/main/java/com/qw/curtain/lib/CurtainFlow.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* manage a series of curtains
*
* @author: george
* @date: 2019-11-09
*/
public class CurtainFlow implements CurtainFlowInterface {

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

/**
* @author: george
* @date: 2019-11-09
*/
public interface CurtainFlowInterface {

Expand Down

0 comments on commit ca28760

Please sign in to comment.