We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8688ac6 commit 08c9123Copy full SHA for 08c9123
kotlinlog/build.gradle
@@ -11,7 +11,7 @@ android {
11
minSdkVersion 16
12
targetSdkVersion 27
13
versionCode 3
14
- versionName "2.2.3"
+ versionName "2.2.6"
15
buildConfigField 'int', 'VERSION_CODE', "$versionCode"
16
buildConfigField 'String', 'VERSION_NAME', "\"$versionName\""
17
consumerProguardFile('proguard-rules.pro')
0 commit comments