Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkevin committed Dec 24, 2016
1 parent e543af1 commit 1c7d03d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}

dependencies {
compile 'com.github.kimkevin:cachepot:1.0.1'
compile 'com.github.kimkevin:cachepot:1.1.0'
}
```

Expand All @@ -26,7 +26,7 @@ Maven:
<dependency>
<groupId>com.github.kimkevin</groupId>
<artifactId>cachepot</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ JUNIT_VERSION=4.12

VERSION_NAME=1.1.0
VERSION_CODE=3
RELEASE_VERSION_NAME = 1.0.2
RELEASE_VERSION_NAME = 1.0.1

USER_ORG=kimkevin
GROUP=com.github.kimkevin
Expand Down
3 changes: 1 addition & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dependencies {
testCompile "junit:junit:${JUNIT_VERSION}"
testCompile 'org.mockito:mockito-all:1.10.19'
testCompile "org.hamcrest:hamcrest-all:1.3"

}

publish {
Expand All @@ -56,5 +55,5 @@ publish {
publishVersion = VERSION_NAME
desc = POM_DESCRIPTION
website = POM_URL
uploadName=UPLOAD_NAME
uploadName = UPLOAD_NAME
}
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ dependencies {

compile project(path: ':library')
debugCompile project(path: ':library')
releaseCompile "com.github.kimkevin:cachepot:${RELEASE_VERSION_NAME}"
// releaseCompile "com.github.kimkevin:cachepot:${RELEASE_VERSION_NAME}"
}

0 comments on commit 1c7d03d

Please sign in to comment.