File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
app/src/test/java/com/guru/composecookbook/ui/home
buildSrc/src/main/kotlin/com/guru/composecookbook/build/dependencies Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
16
16
<div align =" center " >
17
17
<a href = "https://developer.android.com/jetpack/androidx/versions/all-channel#december_16_2020">
18
- <img src = "https://img.shields.io/badge/Jetpack%20Compose-1.0.0%20rc01 -brightgreen" />
18
+ <img src = "https://img.shields.io/badge/Jetpack%20Compose-1.0.0%20rc02 -brightgreen" />
19
19
</a>
20
20
<a href = " https://github.com/Gurupreet/ComposeCookBook/actions/workflows/android.yml " >
21
21
<img src = "https://github.com/Gurupreet/ComposeCookBook/actions/workflows/android.yml/badge.svg" />
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ internal class HomeScreenItemsTest {
11
11
12
12
13
13
@Test
14
- fun `Home Screen Entry ListView name must contain its type ` () {
14
+ fun `Home Screen Entry ListView name must contain its type` () {
15
15
val verticalListViewItem = HomeScreenItems .ListView ()
16
16
assertThat(verticalListViewItem.name)
17
17
.contains(verticalListViewItem.type)
18
18
}
19
19
20
20
@Test
21
- fun `Default Home Screen Entry ListView type should be Vertical ` () {
21
+ fun `Default Home Screen Entry ListView type should be Vertical` () {
22
22
val verticalListViewItem = HomeScreenItems .ListView ()
23
23
assertThat(verticalListViewItem.type)
24
24
.isEqualTo(" Vertical" )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
jcenter()
6
6
}
7
7
dependencies {
8
- classpath(" com.android.tools.build:gradle:7.1.0-alpha02 " )
8
+ classpath(" com.android.tools.build:gradle:7.1.0-alpha03 " )
9
9
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.10" )
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
1
package com.guru.composecookbook.build.dependencies
2
2
3
3
internal object Versions {
4
- const val compose = " 1.0.0-rc01 "
4
+ const val compose = " 1.0.0-rc02 "
5
5
const val lifecycleViewModelCompose = " 1.0.0-alpha08"
6
6
const val activityCompose = " 1.3.0-rc01"
7
7
const val pagingCompose = " 1.0.0-alpha09"
8
8
const val navCompose = " 2.4.0-alpha02"
9
9
const val constraintLayoutCompose = " 1.0.0-alpha08"
10
10
const val lottieCompose = " 1.0.0-beta03-1"
11
11
const val fontAwesomeCompose = " 1.0.0-beta02"
12
- const val accompanistCoil = " 0.13 .0"
12
+ const val accompanistCoil = " 0.14 .0"
13
13
const val kotlin = " 1.5.10"
14
14
const val coroutine = " 1.4.2"
15
15
const val androidLifecycleGrouped = " 2.2.0"
You can’t perform that action at this time.
0 commit comments