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