We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc94aed commit b70fc7cCopy full SHA for b70fc7c
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group 'com.stringcare'
9
-version '3.6.2'
+version '3.6.3'
10
11
def siteUrl = 'https://github.com/StringCare/KotlinGradlePlugin'
12
def gitUrl = 'https://github.com/StringCare/KotlinGradlePlugin.git'
src/main/kotlin/components/Vars.kt
@@ -2,7 +2,7 @@ package components
2
3
import java.io.File
4
5
-internal const val version = "3.6.2"
+internal const val version = "3.6.3"
internal const val testProjectName = "KotlinSample"
internal const val defaultDebug = false
internal const val defaultMainModule = "app"
0 commit comments