We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4608e12 commit e498e78Copy full SHA for e498e78
app/build.gradle
@@ -30,7 +30,7 @@ android {
30
minSdkVersion 15
31
targetSdkVersion 27
32
versionCode 2
33
- versionName "2.2-" + getDate()
+ versionName "2.3-" + getDate()
34
vectorDrawables.useSupportLibrary = true
35
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
36
archivesBaseName = "$applicationId-v$versionName"
0 commit comments