Skip to content

Commit

Permalink
Merge pull request #652 from mikepenz/feature/dependency_updates
Browse files Browse the repository at this point in the history
Dependency upgrades
  • Loading branch information
mikepenz committed May 28, 2021
2 parents 5fbf35e + ecbfab6 commit 843a68e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ buildscript {
versions = [
androidX : '1.0.0',
cardview : '1.0.0',
appcompat : '1.2.0',
appcompat : '1.3.0',
recyclerview : '1.2.0',
material : '1.3.0',
kotlin : "1.4.32",
kotlin : "1.5.10",
constraintLayout: '2.0.4',
navigation : "2.3.5",
iconics : "5.2.8",
detekt : '1.16.0',
fastadapter : "5.4.0",
detekt : '1.17.1',
fastadapter : "5.4.1",
materialdrawer : "8.4.0",
coreKtx : "1.3.2"
coreKtx : "1.5.0"
]
}

Expand All @@ -38,7 +38,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:4.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:${versions.navigation}"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:${versions.detekt}"
Expand Down
6 changes: 3 additions & 3 deletions plugin-build/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ buildscript {
mavenCentral()
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.32"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10"
}
}
plugins {
id 'java'
id "com.gradle.plugin-publish" version "0.14.0"
id "com.gradle.plugin-publish" version "0.15.0"
id "java-gradle-plugin"
id 'maven-publish'
}
Expand Down Expand Up @@ -54,7 +54,7 @@ repositories {
dependencies {
implementation gradleApi()
implementation localGroovy()
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.4.32'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.5.10'
}

compileGroovy {
Expand Down

0 comments on commit 843a68e

Please sign in to comment.