Skip to content

Commit a915921

Browse files
authored
Merge pull request #9 from StringCare/develop
Develop
2 parents c63c666 + 1db3ee1 commit a915921

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group 'com.stringcare'
9-
version '3.6'
9+
version '3.6.2'
1010

1111
def siteUrl = 'https://github.com/StringCare/KotlinGradlePlugin'
1212
def gitUrl = 'https://github.com/StringCare/KotlinGradlePlugin.git'

src/main/kotlin/components/Vars.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package components
22

33
import java.io.File
44

5-
internal const val version = "3.6"
5+
internal const val version = "3.6.2"
66
internal const val testProjectName = "KotlinSample"
77
internal const val defaultDebug = false
88
internal const val defaultMainModule = "app"
-22.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)