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 +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public class Main extends TaskActivityCompat {
24
24
@Override
25
25
public void onClick (View view ){
26
26
if (! getTaskManager(). isActive(" task-id" )) {
27
- getTaskManager(). execute(new ExampleTask (" task-id" ), this );
27
+ getTaskManager(). execute(new ExampleTask (" task-id" ));
28
28
}
29
29
}
30
30
@@ -53,10 +53,10 @@ Android-Retainable-Tasks is available on jcenter just like many other Android/Ja
53
53
``` groovy
54
54
dependencies {
55
55
// The library dependency
56
- compile 'org.neotech.library:android-retainable-tasks:1.0.0-alpha -1'
56
+ compile 'org.neotech.library:android-retainable-tasks:1.0.0-rc -1'
57
57
58
58
// Needed if you want to use annotations
59
- annotationProcessor 'org.neotech.library:android-retainable-tasks-compiler:1.0.0-alpha -1'
59
+ annotationProcessor 'org.neotech.library:android-retainable-tasks-compiler:1.0.0-rc -1'
60
60
}
61
61
```
62
62
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
compile project(' :library' )
24
24
compile project(" :annotations" )
25
25
annotationProcessor project(" :annotations-processor" )
26
- // compile 'org.neotech.library:android-retainable-tasks:1.0.0-alpha -1'
26
+ // compile 'org.neotech.library:android-retainable-tasks:1.0.0-rc -1'
27
27
28
28
compile ' com.android.support:appcompat-v7:25.3.1'
29
29
compile ' com.android.support:design:25.3.1'
Original file line number Diff line number Diff line change 18
18
# org.gradle.parallel=true
19
19
20
20
GROUP =org.neotech.library
21
- VERSION_NAME =1.0.0-alpha -1
21
+ VERSION_NAME =1.0.0-rc -1
22
22
23
23
BINTRAY_REPO =maven
24
24
BINTRAY_LICENCE =Apache-2.0
You can’t perform that action at this time.
0 commit comments