Skip to content

Commit 8c710cf

Browse files
authored
Merge pull request #571 from mikepenz/develop
dev -> main
2 parents 2b7c6ab + b2b3d3d commit 8c710cf

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.7](https://github.com/mikepenz/Android-Iconics/tree/v5.2.7)
53+
- Kotlin Next Gen | [v5.2.8](https://github.com/mikepenz/Android-Iconics/tree/v5.2.8)
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)

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,5 @@ dependencies {
137137
implementation project(':typeicons-typeface-library')
138138
implementation project(':weather-icons-typeface-library')
139139

140-
testImplementation 'junit:junit:4.13'
140+
testImplementation 'junit:junit:4.13.2'
141141
}

build.gradle

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

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

2525
setup = [
@@ -48,7 +48,7 @@ buildscript {
4848
materialDrawer : '8.3.3',
4949
fastAdapter : '5.3.4',
5050
// compose
51-
compose : '1.0.0-alpha12'
51+
compose : '1.0.0-beta01'
5252
]
5353
}
5454

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

6363
dependencies {
64-
classpath 'com.android.tools.build:gradle:7.0.0-alpha07'
64+
classpath 'com.android.tools.build:gradle:7.0.0-alpha08'
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}"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)