Skip to content

Commit 57999cc

Browse files
authored
Merge pull request #12 from StringCare/develop
Develop
2 parents e817879 + 9c3b185 commit 57999cc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.gradle

+3-3
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'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

src/main/kotlin/components/Vars.kt

+1-1
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"
-3 Bytes
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)