Skip to content

Commit

Permalink
ver 20
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezaashrafi committed Jan 1, 2018
1 parent da9123e commit 2efe952
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
```
###### add this line to your module build.gradle dependecies block:
```java
compile 'com.github.alirezaashrafi:webi:2.1.3'
compile 'com.github.alirezaashrafi:webi:2.1.4'
```

### Maven
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>com.github.alirezaashrafi</groupId>
<artifactId>webi</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
consumerProguardFiles 'proguard-rules.pro'
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 19
versionName "2.1.3"
versionCode 20
versionName "2.1.4"
multiDexEnabled true
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public class WebService {
WebService(Context context, Webi webi, WebiEvents webiEvents) {
this.posts = new ArrayList<>();
this.headers = new ArrayList<>();
this.gets = new ArrayList<>();
this.webiEvents = webiEvents;
this.webi = webi;
this.context = context;
Expand Down

0 comments on commit 2efe952

Please sign in to comment.