File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 50
50
51
51
## Latest releases 🛠
52
52
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 )
54
54
- Kotlin | [ v4.0.2] ( https://github.com/mikepenz/Android-Iconics/tree/v4.0.2 )
55
55
- Java AndroidX | [ v3.2.5] ( https://github.com/mikepenz/Android-Iconics/tree/v3.2.5 )
56
56
- Java Appcompat | [ v3.0.4] ( https://github.com/mikepenz/Android-Iconics/tree/v3.0.4 )
Original file line number Diff line number Diff line change @@ -137,5 +137,5 @@ dependencies {
137
137
implementation project(' :typeicons-typeface-library' )
138
138
implementation project(' :weather-icons-typeface-library' )
139
139
140
- testImplementation ' junit:junit:4.13'
140
+ testImplementation ' junit:junit:4.13.2 '
141
141
}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ buildscript {
18
18
19
19
ext {
20
20
release = [
21
- versionName : " 5.2.7 " ,
22
- versionCode : 50207
21
+ versionName : " 5.2.8 " ,
22
+ versionCode : 50208
23
23
]
24
24
25
25
setup = [
@@ -48,7 +48,7 @@ buildscript {
48
48
materialDrawer : ' 8.3.3' ,
49
49
fastAdapter : ' 5.3.4' ,
50
50
// compose
51
- compose : ' 1.0.0-alpha12 '
51
+ compose : ' 1.0.0-beta01 '
52
52
]
53
53
}
54
54
@@ -61,7 +61,7 @@ buildscript {
61
61
}
62
62
63
63
dependencies {
64
- classpath ' com.android.tools.build:gradle:7.0.0-alpha07 '
64
+ classpath ' com.android.tools.build:gradle:7.0.0-alpha08 '
65
65
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:${ versions.kotlin} "
66
66
classpath " io.gitlab.arturbosch.detekt:detekt-gradle-plugin:${ versions.detekt} "
67
67
classpath " com.mikepenz.aboutlibraries.plugin:aboutlibraries-plugin:${ versions.aboutLibraries} "
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments