Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aslamanver committed Dec 13, 2022
1 parent d54cb3e commit 6ab29a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions retrofitlite/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
versionCode 206
versionName "2.0.6"
versionCode 207
versionName "2.0.7"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
}
Expand Down Expand Up @@ -63,7 +63,7 @@ afterEvaluate {
from components.release
groupId = 'com.github.aslamanver'
artifactId = 'retrofit-lite'
version = '2.0.6'
version = '2.0.7'
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public java.security.cert.X509Certificate[] getAcceptedIssuers() {
}

private static void setHeaders(Request.Builder requestBuilder) {
requestBuilder.header("retrofit-lite-version", "v2.0.6");
requestBuilder.header("retrofit-lite-version", "v2.0.7");
}

public static class ConfigBuilder {
Expand Down

0 comments on commit 6ab29a5

Please sign in to comment.