File tree 5 files changed +5
-5
lines changed
src/main/kotlin/components
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
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 '
5
5
id " com.github.dcendents.android-maven" version " 2.1"
6
6
}
7
7
8
8
group ' com.stringcare'
9
- version ' 4.0.0 '
9
+ version ' 4.0.1 '
10
10
11
11
def siteUrl = ' https://github.com/StringCare/KotlinGradlePlugin'
12
12
def gitUrl = ' https://github.com/StringCare/KotlinGradlePlugin.git'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
package components
2
2
3
- internal const val version = " 4.0.0 "
3
+ internal const val version = " 4.0.1 "
4
4
internal const val testProjectName = " KotlinSample"
5
5
internal const val defaultMainModule = " app"
6
6
internal const val gradleTaskNameDoctor = " stringcarePreview"
You can’t perform that action at this time.
0 commit comments