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 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 )
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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} "
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments