Skip to content

Commit 9c3b185

Browse files
committed
v4.0.1
1 parent fafd78d commit 9c3b185

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
22
id 'java'
3-
id 'com.jfrog.bintray' version '1.7.1'
4-
id 'org.jetbrains.kotlin.jvm' version '1.3.21'
3+
id 'com.jfrog.bintray' version '1.8.5'
4+
id 'org.jetbrains.kotlin.jvm' version '1.4.0'
55
id "com.github.dcendents.android-maven" version "2.1"
66
}
77

88
group 'com.stringcare'
9-
version '4.0.0'
9+
version '4.0.1'
1010

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

src/main/kotlin/components/Vars.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package components
22

3-
internal const val version = "4.0.0"
3+
internal const val version = "4.0.1"
44
internal const val testProjectName = "KotlinSample"
55
internal const val defaultMainModule = "app"
66
internal const val gradleTaskNameDoctor = "stringcarePreview"
Binary file not shown.

0 commit comments

Comments
 (0)