Skip to content

Commit cfad516

Browse files
committed
Prepare for release 0.0.2
1 parent 8c8f0ca commit cfad516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
jcenter()
1515
}
1616
dependencies {
17-
classpath 'guru.stefma.androidartifacts:androidartifacts:0.0.1'
17+
classpath 'guru.stefma.androidartifacts:androidartifacts:0.0.2'
1818
}
1919
}
2020
```

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ allprojects {
1212
repositories {
1313
jcenter()
1414
}
15-
version = "0.0.1-SNAPSHOT"
15+
version = "0.0.2-SNAPSHOT"
1616
}

0 commit comments

Comments
 (0)