-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from yshrsmz/dependencies
- Loading branch information
Showing
6 changed files
with
56 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,3 +59,5 @@ secret.properties | |
|
||
.envrc | ||
*-sec.asc | ||
|
||
*.hprof |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 11 additions & 11 deletions
22
buildSrc/src/main/kotlin/com/codingfeline/buildkonfig/buildsrc/Config.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
package com.codingfeline.buildkonfig.buildsrc | ||
|
||
object Versions { | ||
const val compileSdk = 29 | ||
const val kotlin = "1.4.0" | ||
const val dokka = "1.4.20" | ||
const val compileSdk = 30 | ||
const val kotlin = "1.5.10" | ||
const val dokka = "1.4.32" | ||
const val jvmTarget = "1.8" | ||
const val benManesVersionsPlugin = "0.29.0" | ||
const val gradle = "6.6" | ||
const val benManesVersionsPlugin = "0.39.0" | ||
const val gradle = "6.9" | ||
} | ||
|
||
object Dependencies { | ||
const val androidPlugin = "com.android.tools.build:gradle:4.0.1" | ||
const val androidPlugin = "com.android.tools.build:gradle:4.2.1" | ||
const val kotlinPlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:${Versions.kotlin}" | ||
const val dokkaPlugin = "org.jetbrains.dokka:dokka-gradle-plugin:${Versions.dokka}" | ||
const val gradleVersionsPlugin = "com.github.ben-manes:gradle-versions-plugin:${Versions.benManesVersionsPlugin}" | ||
const val pluginPublishPlugin = "com.gradle.publish:plugin-publish-plugin:0.12.0" | ||
const val mavenPublishPlugin = "com.vanniktech:gradle-maven-publish-plugin:0.13.0" | ||
const val pluginPublishPlugin = "com.gradle.publish:plugin-publish-plugin:0.15.0" | ||
const val mavenPublishPlugin = "com.vanniktech:gradle-maven-publish-plugin:0.14.2" | ||
|
||
const val kotlinPoet = "com.squareup:kotlinpoet:1.6.0" | ||
const val junit = "junit:junit:4.13" | ||
const val truth = "com.google.truth:truth:1.0.1" | ||
const val kotlinPoet = "com.squareup:kotlinpoet:1.8.0" | ||
const val junit = "junit:junit:4.13.2" | ||
const val truth = "com.google.truth:truth:1.1.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters