Skip to content

Commit

Permalink
Started to work on V2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrabie committed Feb 10, 2014
1 parent 209300d commit ce26f0a
Show file tree
Hide file tree
Showing 49 changed files with 674 additions and 1,476 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ Let's say you need to do something asynchronously like a HTTP request. You can w

``` java
new DeferredAsyncTask<HttpResponse,HttpResponse,Void>() {
protected abstract Resolved doInBackground() throws Exception {
protected abstract Success doInBackground() throws Exception {
//do your async code here
}
}
Expand Down
2 changes: 2 additions & 0 deletions library/build.gradle
Expand Up @@ -19,6 +19,8 @@ dependencies {

unitTestCompile files("$project.buildDir/classes/release")
unitTestCompile 'junit:junit:4.11'
unitTestCompile 'org.mockito:mockito-all:1.9.5'

}

android {
Expand Down
79 changes: 0 additions & 79 deletions library/library.iml

This file was deleted.

0 comments on commit ce26f0a

Please sign in to comment.