We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb79c9a commit 57d556fCopy full SHA for 57d556f
BaseOkHttpX/build.gradle
@@ -6,8 +6,8 @@ android {
6
7
defaultConfig {
8
minSdk 21
9
- versionCode 7
10
- versionName "1.2.6"
+ versionCode 8
+ versionName "1.2.7"
11
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
consumerProguardFiles "consumer-rules.pro"
app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "com.kongzue.baseokhttpx.demo"
targetSdk 31
14
15
}
0 commit comments