Skip to content

Commit

Permalink
2019-04-12 23:20
Browse files Browse the repository at this point in the history
Bug fix
V1.1.4
  • Loading branch information
Aryan-mor committed Apr 12, 2019
1 parent f769ccf commit 4498795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion retrofithelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 14
targetSdkVersion 28
versionCode 2
versionName "1.1.3"
versionName "1.1.4"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ open class RetrofitClient {

val res = Response(t, classOfT)

if (t.code() != 202) {
if (t.code() != 200) {
requestHandler?.onError(res)
return
}
Expand Down

0 comments on commit 4498795

Please sign in to comment.