This repository was archived by the owner on Dec 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ Android-Retainable-Tasks is available on jcenter just like many other Android/Ja
5353``` groovy
5454dependencies {
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
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 1818# org.gradle.parallel=true
1919
2020GROUP =org.neotech.library
21- VERSION_NAME =1.0.0-rc-1
21+ VERSION_NAME =1.0.0-rc-2
2222
2323BINTRAY_REPO =maven
2424BINTRAY_LICENCE =Apache-2.0
You can’t perform that action at this time.
0 commit comments