Skip to content

Commit 2b7c6ab

Browse files
authored
Merge pull request #568 from mikepenz/develop
dev -> main
2 parents bf7405c + 15dfef5 commit 2b7c6ab

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
## Latest releases 🛠
5252

53-
- Kotlin Next Gen | [v5.2.6](https://github.com/mikepenz/Android-Iconics/tree/v5.2.6)
53+
- Kotlin Next Gen | [v5.2.7](https://github.com/mikepenz/Android-Iconics/tree/v5.2.7)
5454
- Kotlin | [v4.0.2](https://github.com/mikepenz/Android-Iconics/tree/v4.0.2)
5555
- Java AndroidX | [v3.2.5](https://github.com/mikepenz/Android-Iconics/tree/v3.2.5)
5656
- Java Appcompat | [v3.0.4](https://github.com/mikepenz/Android-Iconics/tree/v3.0.4)

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ buildscript {
1818

1919
ext {
2020
release = [
21-
versionName: "5.2.6",
22-
versionCode: 50206
21+
versionName: "5.2.7",
22+
versionCode: 50207
2323
]
2424

2525
setup = [
@@ -31,7 +31,7 @@ buildscript {
3131
]
3232

3333
versions = [
34-
kotlin : '1.4.21-2',
34+
kotlin : '1.4.30',
3535
androidX : '1.0.0',
3636
recyclerView : '1.1.0',
3737
material : '1.3.0',
@@ -44,11 +44,11 @@ buildscript {
4444
],
4545
startup : '1.0.0',
4646
detekt : '1.15.0',
47-
aboutLibraries : '8.8.0',
48-
materialDrawer : '8.3.1',
47+
aboutLibraries : '8.8.2',
48+
materialDrawer : '8.3.3',
4949
fastAdapter : '5.3.4',
5050
// compose
51-
compose : '1.0.0-alpha11'
51+
compose : '1.0.0-alpha12'
5252
]
5353
}
5454

@@ -61,7 +61,7 @@ buildscript {
6161
}
6262

6363
dependencies {
64-
classpath 'com.android.tools.build:gradle:7.0.0-alpha05'
64+
classpath 'com.android.tools.build:gradle:7.0.0-alpha07'
6565
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
6666
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:${versions.detekt}"
6767
classpath "com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${versions.aboutLibraries}"

0 commit comments

Comments
 (0)