Commit b7407c6 1 parent 9c2bdbb commit b7407c6 Copy full SHA for b7407c6
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Add the below dependencies into your gradle file:
26
26
url "https://oss.sonatype.org/content/repositories/snapshots"
27
27
}
28
28
}
29
- compile ('com.github.worker8:tourguide:1.0.12 -SNAPSHOT@aar'){
29
+ compile ('com.github.worker8:tourguide:1.0.13 -SNAPSHOT@aar'){
30
30
transitive=true
31
31
}
32
32
# MinSDK Version
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
36
36
compile ' com.android.support:appcompat-v7:21.0.3'
37
37
38
38
compile project(' :tourguide' )
39
- // compile ('com.github.worker8:tourguide:1.0.12 -SNAPSHOT@aar'){
39
+ // compile ('com.github.worker8:tourguide:1.0.13 -SNAPSHOT@aar'){
40
40
// transitive=true
41
41
// }
42
42
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.0.12 -SNAPSHOT
2
- VERSION_CODE =13
1
+ VERSION_NAME =1.0.13 -SNAPSHOT
2
+ VERSION_CODE =14
3
3
GROUP =com.github.worker8
4
4
5
5
POM_DESCRIPTION =A library to teach and guide users on how to use the app.
@@ -14,4 +14,4 @@ POM_DEVELOPER_ID=worker8
14
14
POM_DEVELOPER_NAME =Jun Rong
15
15
16
16
SNAPSHOT_REPOSITORY_URL =https://oss.sonatype.org/content/repositories/snapshots
17
- RELEASE_REPOSITORY_URL =https://oss.sonatype.org/service/local/staging/deploy/maven2
17
+ RELEASE_REPOSITORY_URL =https://oss.sonatype.org/service/local/staging/deploy/maven2
You can’t perform that action at this time.
0 commit comments