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 5dccb0f commit f3ca144Copy full SHA for f3ca144
app/build.gradle
@@ -20,8 +20,8 @@ android {
20
applicationId "com.hazz.kotlinmvp"
21
minSdkVersion rootProject.ext.android.minSdkVersion
22
targetSdkVersion rootProject.ext.android.targetSdkVersion
23
- versionCode 3
24
- versionName "1.1.1"
+ versionCode 2
+ versionName "1.1"
25
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
26
javaCompileOptions {
27
annotationProcessorOptions {
0 commit comments