We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f58fcf commit 07b38cdCopy full SHA for 07b38cd
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group 'com.stringcare'
9
-version '3.6.4'
+version '4.0.0'
10
11
def siteUrl = 'https://github.com/StringCare/KotlinGradlePlugin'
12
def gitUrl = 'https://github.com/StringCare/KotlinGradlePlugin.git'
src/main/kotlin/components/Vars.kt
@@ -1,6 +1,6 @@
1
package components
2
3
-internal const val version = "3.6.4"
+internal const val version = "4.0.0"
4
internal const val testProjectName = "KotlinSample"
5
internal const val defaultMainModule = "app"
internal const val gradleTaskNameDoctor = "stringcarePreview"
0 commit comments