Skip to content

Commit

Permalink
Update dependencies. (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech authored Jun 10, 2022
1 parent 21d8696 commit 3d7452a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.gradle.api.internal.classpath.ModuleRegistry
import org.gradle.api.internal.project.ProjectInternal

buildscript {
ext.kotlinVersion = '1.6.21'
ext.kotlinVersion = '1.7.0'

repositories {
mavenCentral()
Expand All @@ -14,7 +14,7 @@ buildscript {
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.vanniktech:gradle-code-quality-tools-plugin:0.21.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.19.0'
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.20.0'
}
}

Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
api "guru.nidi:graphviz-java:0.18.1"

testImplementation 'junit:junit:4.13.2'
testImplementation "com.android.tools.build:gradle:7.0.4"
testImplementation "com.android.tools.build:gradle:7.2.1"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"

// https://github.com/gradle/gradle/issues/16774#issuecomment-893493869
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ POM_DEVELOPER_ID=vanniktech
POM_DEVELOPER_NAME=Niklas Baudy

org.gradle.jvmargs=-Xmx2048m

SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true

0 comments on commit 3d7452a

Please sign in to comment.