Skip to content

Commit

Permalink
Merge pull request #574 from mikepenz/feature/dependency_updates_2021…
Browse files Browse the repository at this point in the history
…0326

Dependency updates
  • Loading branch information
mikepenz authored Mar 26, 2021
2 parents b2b3d3d + 225066e commit 8754dea
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
]

versions = [
kotlin : '1.4.30',
kotlin : '1.4.31',
androidX : '1.0.0',
recyclerView : '1.1.0',
material : '1.3.0',
Expand All @@ -43,25 +43,26 @@ buildscript {
core: '1.3.2'
],
startup : '1.0.0',
detekt : '1.15.0',
aboutLibraries : '8.8.2',
detekt : '1.16.0',
aboutLibraries : '8.8.4',
materialDrawer : '8.3.3',
fastAdapter : '5.3.4',
fastAdapter : '5.3.5',
// compose
compose : '1.0.0-beta01'
compose : '1.0.0-beta03'
]
}

repositories {
google()
mavenCentral()
jcenter()
maven {
url "https://plugins.gradle.org/m2/"
}
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.0-alpha08'
classpath 'com.android.tools.build:gradle:7.0.0-alpha12'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:${versions.detekt}"
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibraries}"
Expand All @@ -73,6 +74,7 @@ allprojects {

repositories {
google()
mavenCentral()
jcenter()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
Expand Down

0 comments on commit 8754dea

Please sign in to comment.