File tree Expand file tree Collapse file tree
src/main/kotlin/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11plugins {
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
88group ' com.stringcare'
9- version ' 4.0.0 '
9+ version ' 4.0.1 '
1010
1111def siteUrl = ' https://github.com/StringCare/KotlinGradlePlugin'
1212def gitUrl = ' https://github.com/StringCare/KotlinGradlePlugin.git'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11package components
22
3- internal const val version = " 4.0.0 "
3+ internal const val version = " 4.0.1 "
44internal const val testProjectName = " KotlinSample"
55internal const val defaultMainModule = " app"
66internal const val gradleTaskNameDoctor = " stringcarePreview"
You can’t perform that action at this time.
0 commit comments