We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca533d commit 5186e16Copy full SHA for 5186e16
app/build.gradle
@@ -10,8 +10,8 @@ android {
10
applicationId "com.jimmyworks.easyhttpexample"
11
minSdk rootProject.ext.minSdkVersion
12
targetSdk rootProject.ext.targetSdkVersion
13
- versionCode 2
14
- versionName "1.0"
+ versionCode 3
+ versionName "1.0.0"
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
}
0 commit comments