Skip to content

Commit

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

Dependency updates | Kotlin 1.4.30 | Compose 1.0.0-alpha12
  • Loading branch information
mikepenz authored Feb 19, 2021
2 parents cf1e269 + 38f0f65 commit 5ef591e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
]

versions = [
kotlin : '1.4.21-2',
kotlin : '1.4.30',
androidX : '1.0.0',
recyclerView : '1.1.0',
material : '1.3.0',
Expand All @@ -44,11 +44,11 @@ buildscript {
],
startup : '1.0.0',
detekt : '1.15.0',
aboutLibraries : '8.8.0',
materialDrawer : '8.3.1',
aboutLibraries : '8.8.2',
materialDrawer : '8.3.3',
fastAdapter : '5.3.4',
// compose
compose : '1.0.0-alpha11'
compose : '1.0.0-alpha12'
]
}

Expand All @@ -61,7 +61,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.0.0-alpha05'
classpath 'com.android.tools.build:gradle:7.0.0-alpha07'
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 Down

0 comments on commit 5ef591e

Please sign in to comment.