Skip to content
This repository was archived by the owner on Dec 17, 2020. It is now read-only.

Commit b994ef6

Browse files
committed
Updated version to 1.0.0-rc-2
1 parent b1fb065 commit b994ef6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ Android-Retainable-Tasks is available on jcenter just like many other Android/Ja
5353
```groovy
5454
dependencies {
5555
// The library dependency
56-
compile 'org.neotech.library:android-retainable-tasks:1.0.0-rc-1'
56+
compile 'org.neotech.library:android-retainable-tasks:1.0.0-rc-2'
5757
5858
// Needed if you want to use annotations
59-
annotationProcessor 'org.neotech.library:android-retainable-tasks-compiler:1.0.0-rc-1'
59+
annotationProcessor 'org.neotech.library:android-retainable-tasks-compiler:1.0.0-rc-2'
6060
}
6161
```
6262

demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
compile project(':library')
2424
compile project(":annotations")
2525
annotationProcessor project(":annotations-processor")
26-
//compile 'org.neotech.library:android-retainable-tasks:1.0.0-rc-1'
26+
//compile 'org.neotech.library:android-retainable-tasks:1.0.0-rc-2'
2727

2828
compile 'com.android.support:appcompat-v7:26.0.2'
2929
compile 'com.android.support:design:26.0.2'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# org.gradle.parallel=true
1919

2020
GROUP=org.neotech.library
21-
VERSION_NAME=1.0.0-rc-1
21+
VERSION_NAME=1.0.0-rc-2
2222

2323
BINTRAY_REPO=maven
2424
BINTRAY_LICENCE=Apache-2.0

0 commit comments

Comments
 (0)