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