File tree 4 files changed +5
-6
lines changed
4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
16
16
}
17
17
18
18
dependencies {
19
- compile ' com.github.kimkevin:cachepot:1.0.1 '
19
+ compile ' com.github.kimkevin:cachepot:1.1.0 '
20
20
}
21
21
```
22
22
26
26
< dependency>
27
27
< groupId> com.github.kimkevin< /groupId>
28
28
< artifactId> cachepot< /artifactId>
29
- < version> 1.0 .0< /version>
29
+ < version> 1.1 .0< /version>
30
30
< /dependency>
31
31
```
32
32
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ JUNIT_VERSION=4.12
8
8
9
9
VERSION_NAME =1.1.0
10
10
VERSION_CODE =3
11
- RELEASE_VERSION_NAME = 1.0.2
11
+ RELEASE_VERSION_NAME = 1.0.1
12
12
13
13
USER_ORG =kimkevin
14
14
GROUP =com.github.kimkevin
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ dependencies {
46
46
testCompile " junit:junit:${ JUNIT_VERSION} "
47
47
testCompile ' org.mockito:mockito-all:1.10.19'
48
48
testCompile " org.hamcrest:hamcrest-all:1.3"
49
-
50
49
}
51
50
52
51
publish {
@@ -56,5 +55,5 @@ publish {
56
55
publishVersion = VERSION_NAME
57
56
desc = POM_DESCRIPTION
58
57
website = POM_URL
59
- uploadName= UPLOAD_NAME
58
+ uploadName = UPLOAD_NAME
60
59
}
Original file line number Diff line number Diff line change @@ -52,5 +52,5 @@ dependencies {
52
52
53
53
compile project(path : ' :library' )
54
54
debugCompile project(path : ' :library' )
55
- releaseCompile " com.github.kimkevin:cachepot:${ RELEASE_VERSION_NAME} "
55
+ // releaseCompile "com.github.kimkevin:cachepot:${RELEASE_VERSION_NAME}"
56
56
}
You can’t perform that action at this time.
0 commit comments