Skip to content

Commit

Permalink
Merge pull request #568 from mikepenz/develop
Browse files Browse the repository at this point in the history
dev -> main
  • Loading branch information
mikepenz committed Feb 19, 2021
2 parents bf7405c + 15dfef5 commit 2b7c6ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

## Latest releases 🛠

- Kotlin Next Gen | [v5.2.6](https://github.com/mikepenz/Android-Iconics/tree/v5.2.6)
- Kotlin Next Gen | [v5.2.7](https://github.com/mikepenz/Android-Iconics/tree/v5.2.7)
- Kotlin | [v4.0.2](https://github.com/mikepenz/Android-Iconics/tree/v4.0.2)
- Java AndroidX | [v3.2.5](https://github.com/mikepenz/Android-Iconics/tree/v3.2.5)
- Java Appcompat | [v3.0.4](https://github.com/mikepenz/Android-Iconics/tree/v3.0.4)
Expand Down
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ buildscript {

ext {
release = [
versionName: "5.2.6",
versionCode: 50206
versionName: "5.2.7",
versionCode: 50207
]

setup = [
Expand All @@ -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 2b7c6ab

Please sign in to comment.