Skip to content

Commit 1c7d03d

Browse files
committed
Update build.gradle
1 parent e543af1 commit 1c7d03d

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
compile 'com.github.kimkevin:cachepot:1.0.1'
19+
compile 'com.github.kimkevin:cachepot:1.1.0'
2020
}
2121
```
2222

@@ -26,7 +26,7 @@ Maven:
2626
<dependency>
2727
<groupId>com.github.kimkevin</groupId>
2828
<artifactId>cachepot</artifactId>
29-
<version>1.0.0</version>
29+
<version>1.1.0</version>
3030
</dependency>
3131
```
3232

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ JUNIT_VERSION=4.12
88

99
VERSION_NAME=1.1.0
1010
VERSION_CODE=3
11-
RELEASE_VERSION_NAME = 1.0.2
11+
RELEASE_VERSION_NAME = 1.0.1
1212

1313
USER_ORG=kimkevin
1414
GROUP=com.github.kimkevin

library/build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ dependencies {
4646
testCompile "junit:junit:${JUNIT_VERSION}"
4747
testCompile 'org.mockito:mockito-all:1.10.19'
4848
testCompile "org.hamcrest:hamcrest-all:1.3"
49-
5049
}
5150

5251
publish {
@@ -56,5 +55,5 @@ publish {
5655
publishVersion = VERSION_NAME
5756
desc = POM_DESCRIPTION
5857
website = POM_URL
59-
uploadName=UPLOAD_NAME
58+
uploadName = UPLOAD_NAME
6059
}

sample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ dependencies {
5252

5353
compile project(path: ':library')
5454
debugCompile project(path: ':library')
55-
releaseCompile "com.github.kimkevin:cachepot:${RELEASE_VERSION_NAME}"
55+
// releaseCompile "com.github.kimkevin:cachepot:${RELEASE_VERSION_NAME}"
5656
}

0 commit comments

Comments
 (0)