We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda5871 commit db4de70Copy full SHA for db4de70
README.md
@@ -29,7 +29,7 @@ repositories {
29
}
30
dependencies {
31
...
32
- compile ('com.github.worker8:tourguide:1.0.17-SNAPSHOT@aar') {
+ compile ('com.github.worker8:tourguide:1.0.18-SNAPSHOT@aar') {
33
transitive=true
34
35
gradle.properties
@@ -1,5 +1,5 @@
1
-VERSION_NAME=1.0.17-SNAPSHOT
2
-VERSION_CODE=18
+VERSION_NAME=1.0.18-SNAPSHOT
+VERSION_CODE=19
3
GROUP=com.github.worker8
4
5
POM_DESCRIPTION=A library to teach and guide users on how to use the app.
0 commit comments