diff --git a/Crane/gradle/libs.versions.toml b/Crane/gradle/libs.versions.toml index 72f9d6e270..e57c91175c 100644 --- a/Crane/gradle/libs.versions.toml +++ b/Crane/gradle/libs.versions.toml @@ -4,23 +4,23 @@ ##### [versions] accompanist = "0.30.1" -androidGradlePlugin = "8.0.0" +androidGradlePlugin = "8.0.1" androidx-activity-compose = "1.7.1" androidx-appcompat = "1.6.1" androidx-benchmark = "1.1.0" androidx-benchmark-junit4 = "1.1.1" -androidx-compose-bom = "2023.04.01" +androidx-compose-bom = "2023.05.01" androidx-constraintlayout = "1.0.1" androidx-corektx = "1.9.0" androidx-lifecycle-compose = "2.6.1" androidx-lifecycle-runtime-compose = "2.6.1" -androidx-navigation = "2.6.0-alpha06" +androidx-navigation = "2.6.0-rc01" androidx-palette = "1.0.0" androidx-test = "1.5.0" androidx-test-espresso = "3.5.1" androidx-test-ext-junit = "1.1.5" androidx-test-ext-truth = "1.5.0" -androidx-window = "1.1.0-beta02" +androidx-window = "1.1.0-rc01" androidxHiltNavigationCompose = "1.0.0" androix-test-uiautomator = "2.2.0" coil = "2.2.2" @@ -118,9 +118,9 @@ hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.re hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltExt" } junit = { module = "junit:junit", version.ref = "junit" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } +kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } diff --git a/JetLagged/gradle/libs.versions.toml b/JetLagged/gradle/libs.versions.toml index 72f9d6e270..e57c91175c 100644 --- a/JetLagged/gradle/libs.versions.toml +++ b/JetLagged/gradle/libs.versions.toml @@ -4,23 +4,23 @@ ##### [versions] accompanist = "0.30.1" -androidGradlePlugin = "8.0.0" +androidGradlePlugin = "8.0.1" androidx-activity-compose = "1.7.1" androidx-appcompat = "1.6.1" androidx-benchmark = "1.1.0" androidx-benchmark-junit4 = "1.1.1" -androidx-compose-bom = "2023.04.01" +androidx-compose-bom = "2023.05.01" androidx-constraintlayout = "1.0.1" androidx-corektx = "1.9.0" androidx-lifecycle-compose = "2.6.1" androidx-lifecycle-runtime-compose = "2.6.1" -androidx-navigation = "2.6.0-alpha06" +androidx-navigation = "2.6.0-rc01" androidx-palette = "1.0.0" androidx-test = "1.5.0" androidx-test-espresso = "3.5.1" androidx-test-ext-junit = "1.1.5" androidx-test-ext-truth = "1.5.0" -androidx-window = "1.1.0-beta02" +androidx-window = "1.1.0-rc01" androidxHiltNavigationCompose = "1.0.0" androix-test-uiautomator = "2.2.0" coil = "2.2.2" @@ -118,9 +118,9 @@ hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.re hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltExt" } junit = { module = "junit:junit", version.ref = "junit" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } +kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } diff --git a/JetNews/app/src/main/java/com/example/jetnews/glance/ui/Divider.kt b/JetNews/app/src/main/java/com/example/jetnews/glance/ui/Divider.kt index 925bb10c83..557f8a419a 100644 --- a/JetNews/app/src/main/java/com/example/jetnews/glance/ui/Divider.kt +++ b/JetNews/app/src/main/java/com/example/jetnews/glance/ui/Divider.kt @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + package com.example.jetnews.glance.ui import androidx.compose.runtime.Composable @@ -52,4 +53,4 @@ object DividerDefaults { /** Default color of a divider. */ val color: ColorProvider @Composable get() = JetnewsGlanceColorScheme.outlineVariant -} \ No newline at end of file +} diff --git a/JetNews/app/src/main/java/com/example/jetnews/glance/ui/JetnewsGlanceAppWidget.kt b/JetNews/app/src/main/java/com/example/jetnews/glance/ui/JetnewsGlanceAppWidget.kt index ccd080e5ee..02575caf22 100644 --- a/JetNews/app/src/main/java/com/example/jetnews/glance/ui/JetnewsGlanceAppWidget.kt +++ b/JetNews/app/src/main/java/com/example/jetnews/glance/ui/JetnewsGlanceAppWidget.kt @@ -16,7 +16,6 @@ package com.example.jetnews.glance.ui - import android.content.Context import android.os.Build import androidx.compose.runtime.Composable @@ -169,4 +168,4 @@ class JetnewsGlanceAppWidget : GlanceAppWidget() { } } } -} \ No newline at end of file +} diff --git a/JetNews/app/src/main/java/com/example/jetnews/glance/ui/Post.kt b/JetNews/app/src/main/java/com/example/jetnews/glance/ui/Post.kt index 5e1f5e1c74..6233a627e1 100644 --- a/JetNews/app/src/main/java/com/example/jetnews/glance/ui/Post.kt +++ b/JetNews/app/src/main/java/com/example/jetnews/glance/ui/Post.kt @@ -228,4 +228,4 @@ fun PostDescription(title: String, metadata: String, modifier: GlanceModifier) { .copy(color = GlanceTheme.colors.onBackground) ) } -} \ No newline at end of file +} diff --git a/JetNews/app/src/main/java/com/example/jetnews/glance/ui/theme/Type.kt b/JetNews/app/src/main/java/com/example/jetnews/glance/ui/theme/Type.kt index b874596119..61f682a31f 100644 --- a/JetNews/app/src/main/java/com/example/jetnews/glance/ui/theme/Type.kt +++ b/JetNews/app/src/main/java/com/example/jetnews/glance/ui/theme/Type.kt @@ -22,4 +22,4 @@ import androidx.glance.text.TextStyle object JetnewsGlanceTextStyles { val bodyLarge = TextStyle(fontSize = 16.sp) val bodySmall = TextStyle(fontSize = 12.sp) -} \ No newline at end of file +} diff --git a/JetNews/app/src/main/java/com/example/jetnews/ui/JetnewsNavGraph.kt b/JetNews/app/src/main/java/com/example/jetnews/ui/JetnewsNavGraph.kt index f1d9a3caa0..67fccd2dd1 100644 --- a/JetNews/app/src/main/java/com/example/jetnews/ui/JetnewsNavGraph.kt +++ b/JetNews/app/src/main/java/com/example/jetnews/ui/JetnewsNavGraph.kt @@ -79,4 +79,4 @@ fun JetnewsNavGraph( ) } } -} \ No newline at end of file +} diff --git a/JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeViewModel.kt b/JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeViewModel.kt index 1a007dc0a1..c112b7f1a8 100644 --- a/JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeViewModel.kt +++ b/JetNews/app/src/main/java/com/example/jetnews/ui/home/HomeViewModel.kt @@ -124,9 +124,11 @@ class HomeViewModel( ) : ViewModel() { private val viewModelState = MutableStateFlow( - HomeViewModelState(isLoading = true, - selectedPostId = preSelectedPostId, - isArticleOpen = preSelectedPostId != null) + HomeViewModelState( + isLoading = true, + selectedPostId = preSelectedPostId, + isArticleOpen = preSelectedPostId != null + ) ) // UI state exposed to the UI diff --git a/JetNews/gradle/libs.versions.toml b/JetNews/gradle/libs.versions.toml index 795c094dd9..2c7f619320 100644 --- a/JetNews/gradle/libs.versions.toml +++ b/JetNews/gradle/libs.versions.toml @@ -4,24 +4,24 @@ ##### [versions] accompanist = "0.30.1" -androidGradlePlugin = "8.0.0" +androidGradlePlugin = "8.0.1" androidx-activity-compose = "1.7.1" androidx-appcompat = "1.6.1" androidx-benchmark = "1.1.0" androidx-benchmark-junit4 = "1.1.1" -androidx-compose-bom = "2023.04.01" +androidx-compose-bom = "2023.05.01" androidx-constraintlayout = "1.0.1" androidx-corektx = "1.9.0" androidx-glance = "1.0.0-beta01" androidx-lifecycle-compose = "2.6.1" androidx-lifecycle-runtime-compose = "2.6.1" -androidx-navigation = "2.6.0-alpha06" +androidx-navigation = "2.6.0-rc01" androidx-palette = "1.0.0" androidx-test = "1.5.0" androidx-test-espresso = "3.5.1" androidx-test-ext-junit = "1.1.5" androidx-test-ext-truth = "1.5.0" -androidx-window = "1.1.0-beta02" +androidx-window = "1.1.0-rc01" androidxHiltNavigationCompose = "1.0.0" androix-test-uiautomator = "2.2.0" coil = "2.2.2" @@ -122,9 +122,9 @@ hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.re hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltExt" } junit = { module = "junit:junit", version.ref = "junit" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } +kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } diff --git a/Jetcaster/gradle/libs.versions.toml b/Jetcaster/gradle/libs.versions.toml index 72f9d6e270..e57c91175c 100644 --- a/Jetcaster/gradle/libs.versions.toml +++ b/Jetcaster/gradle/libs.versions.toml @@ -4,23 +4,23 @@ ##### [versions] accompanist = "0.30.1" -androidGradlePlugin = "8.0.0" +androidGradlePlugin = "8.0.1" androidx-activity-compose = "1.7.1" androidx-appcompat = "1.6.1" androidx-benchmark = "1.1.0" androidx-benchmark-junit4 = "1.1.1" -androidx-compose-bom = "2023.04.01" +androidx-compose-bom = "2023.05.01" androidx-constraintlayout = "1.0.1" androidx-corektx = "1.9.0" androidx-lifecycle-compose = "2.6.1" androidx-lifecycle-runtime-compose = "2.6.1" -androidx-navigation = "2.6.0-alpha06" +androidx-navigation = "2.6.0-rc01" androidx-palette = "1.0.0" androidx-test = "1.5.0" androidx-test-espresso = "3.5.1" androidx-test-ext-junit = "1.1.5" androidx-test-ext-truth = "1.5.0" -androidx-window = "1.1.0-beta02" +androidx-window = "1.1.0-rc01" androidxHiltNavigationCompose = "1.0.0" androix-test-uiautomator = "2.2.0" coil = "2.2.2" @@ -118,9 +118,9 @@ hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.re hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltExt" } junit = { module = "junit:junit", version.ref = "junit" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } +kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } diff --git a/Jetchat/gradle/libs.versions.toml b/Jetchat/gradle/libs.versions.toml index 72f9d6e270..e57c91175c 100644 --- a/Jetchat/gradle/libs.versions.toml +++ b/Jetchat/gradle/libs.versions.toml @@ -4,23 +4,23 @@ ##### [versions] accompanist = "0.30.1" -androidGradlePlugin = "8.0.0" +androidGradlePlugin = "8.0.1" androidx-activity-compose = "1.7.1" androidx-appcompat = "1.6.1" androidx-benchmark = "1.1.0" androidx-benchmark-junit4 = "1.1.1" -androidx-compose-bom = "2023.04.01" +androidx-compose-bom = "2023.05.01" androidx-constraintlayout = "1.0.1" androidx-corektx = "1.9.0" androidx-lifecycle-compose = "2.6.1" androidx-lifecycle-runtime-compose = "2.6.1" -androidx-navigation = "2.6.0-alpha06" +androidx-navigation = "2.6.0-rc01" androidx-palette = "1.0.0" androidx-test = "1.5.0" androidx-test-espresso = "3.5.1" androidx-test-ext-junit = "1.1.5" androidx-test-ext-truth = "1.5.0" -androidx-window = "1.1.0-beta02" +androidx-window = "1.1.0-rc01" androidxHiltNavigationCompose = "1.0.0" androix-test-uiautomator = "2.2.0" coil = "2.2.2" @@ -118,9 +118,9 @@ hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.re hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltExt" } junit = { module = "junit:junit", version.ref = "junit" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } +kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } diff --git a/Jetsnack/gradle/libs.versions.toml b/Jetsnack/gradle/libs.versions.toml index 72f9d6e270..e57c91175c 100644 --- a/Jetsnack/gradle/libs.versions.toml +++ b/Jetsnack/gradle/libs.versions.toml @@ -4,23 +4,23 @@ ##### [versions] accompanist = "0.30.1" -androidGradlePlugin = "8.0.0" +androidGradlePlugin = "8.0.1" androidx-activity-compose = "1.7.1" androidx-appcompat = "1.6.1" androidx-benchmark = "1.1.0" androidx-benchmark-junit4 = "1.1.1" -androidx-compose-bom = "2023.04.01" +androidx-compose-bom = "2023.05.01" androidx-constraintlayout = "1.0.1" androidx-corektx = "1.9.0" androidx-lifecycle-compose = "2.6.1" androidx-lifecycle-runtime-compose = "2.6.1" -androidx-navigation = "2.6.0-alpha06" +androidx-navigation = "2.6.0-rc01" androidx-palette = "1.0.0" androidx-test = "1.5.0" androidx-test-espresso = "3.5.1" androidx-test-ext-junit = "1.1.5" androidx-test-ext-truth = "1.5.0" -androidx-window = "1.1.0-beta02" +androidx-window = "1.1.0-rc01" androidxHiltNavigationCompose = "1.0.0" androix-test-uiautomator = "2.2.0" coil = "2.2.2" @@ -118,9 +118,9 @@ hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.re hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltExt" } junit = { module = "junit:junit", version.ref = "junit" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } +kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } diff --git a/Jetsurvey/gradle/libs.versions.toml b/Jetsurvey/gradle/libs.versions.toml index 72f9d6e270..e57c91175c 100644 --- a/Jetsurvey/gradle/libs.versions.toml +++ b/Jetsurvey/gradle/libs.versions.toml @@ -4,23 +4,23 @@ ##### [versions] accompanist = "0.30.1" -androidGradlePlugin = "8.0.0" +androidGradlePlugin = "8.0.1" androidx-activity-compose = "1.7.1" androidx-appcompat = "1.6.1" androidx-benchmark = "1.1.0" androidx-benchmark-junit4 = "1.1.1" -androidx-compose-bom = "2023.04.01" +androidx-compose-bom = "2023.05.01" androidx-constraintlayout = "1.0.1" androidx-corektx = "1.9.0" androidx-lifecycle-compose = "2.6.1" androidx-lifecycle-runtime-compose = "2.6.1" -androidx-navigation = "2.6.0-alpha06" +androidx-navigation = "2.6.0-rc01" androidx-palette = "1.0.0" androidx-test = "1.5.0" androidx-test-espresso = "3.5.1" androidx-test-ext-junit = "1.1.5" androidx-test-ext-truth = "1.5.0" -androidx-window = "1.1.0-beta02" +androidx-window = "1.1.0-rc01" androidxHiltNavigationCompose = "1.0.0" androix-test-uiautomator = "2.2.0" coil = "2.2.2" @@ -118,9 +118,9 @@ hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.re hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltExt" } junit = { module = "junit:junit", version.ref = "junit" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } +kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } diff --git a/Owl/gradle/libs.versions.toml b/Owl/gradle/libs.versions.toml index 72f9d6e270..e57c91175c 100644 --- a/Owl/gradle/libs.versions.toml +++ b/Owl/gradle/libs.versions.toml @@ -4,23 +4,23 @@ ##### [versions] accompanist = "0.30.1" -androidGradlePlugin = "8.0.0" +androidGradlePlugin = "8.0.1" androidx-activity-compose = "1.7.1" androidx-appcompat = "1.6.1" androidx-benchmark = "1.1.0" androidx-benchmark-junit4 = "1.1.1" -androidx-compose-bom = "2023.04.01" +androidx-compose-bom = "2023.05.01" androidx-constraintlayout = "1.0.1" androidx-corektx = "1.9.0" androidx-lifecycle-compose = "2.6.1" androidx-lifecycle-runtime-compose = "2.6.1" -androidx-navigation = "2.6.0-alpha06" +androidx-navigation = "2.6.0-rc01" androidx-palette = "1.0.0" androidx-test = "1.5.0" androidx-test-espresso = "3.5.1" androidx-test-ext-junit = "1.1.5" androidx-test-ext-truth = "1.5.0" -androidx-window = "1.1.0-beta02" +androidx-window = "1.1.0-rc01" androidxHiltNavigationCompose = "1.0.0" androix-test-uiautomator = "2.2.0" coil = "2.2.2" @@ -118,9 +118,9 @@ hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.re hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltExt" } junit = { module = "junit:junit", version.ref = "junit" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } +kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } diff --git a/Reply/gradle/libs.versions.toml b/Reply/gradle/libs.versions.toml index 72f9d6e270..e57c91175c 100644 --- a/Reply/gradle/libs.versions.toml +++ b/Reply/gradle/libs.versions.toml @@ -4,23 +4,23 @@ ##### [versions] accompanist = "0.30.1" -androidGradlePlugin = "8.0.0" +androidGradlePlugin = "8.0.1" androidx-activity-compose = "1.7.1" androidx-appcompat = "1.6.1" androidx-benchmark = "1.1.0" androidx-benchmark-junit4 = "1.1.1" -androidx-compose-bom = "2023.04.01" +androidx-compose-bom = "2023.05.01" androidx-constraintlayout = "1.0.1" androidx-corektx = "1.9.0" androidx-lifecycle-compose = "2.6.1" androidx-lifecycle-runtime-compose = "2.6.1" -androidx-navigation = "2.6.0-alpha06" +androidx-navigation = "2.6.0-rc01" androidx-palette = "1.0.0" androidx-test = "1.5.0" androidx-test-espresso = "3.5.1" androidx-test-ext-junit = "1.1.5" androidx-test-ext-truth = "1.5.0" -androidx-window = "1.1.0-beta02" +androidx-window = "1.1.0-rc01" androidxHiltNavigationCompose = "1.0.0" androix-test-uiautomator = "2.2.0" coil = "2.2.2" @@ -118,9 +118,9 @@ hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.re hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltExt" } junit = { module = "junit:junit", version.ref = "junit" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } +kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" } diff --git a/scripts/libs.versions.toml b/scripts/libs.versions.toml index 72f9d6e270..e57c91175c 100644 --- a/scripts/libs.versions.toml +++ b/scripts/libs.versions.toml @@ -4,23 +4,23 @@ ##### [versions] accompanist = "0.30.1" -androidGradlePlugin = "8.0.0" +androidGradlePlugin = "8.0.1" androidx-activity-compose = "1.7.1" androidx-appcompat = "1.6.1" androidx-benchmark = "1.1.0" androidx-benchmark-junit4 = "1.1.1" -androidx-compose-bom = "2023.04.01" +androidx-compose-bom = "2023.05.01" androidx-constraintlayout = "1.0.1" androidx-corektx = "1.9.0" androidx-lifecycle-compose = "2.6.1" androidx-lifecycle-runtime-compose = "2.6.1" -androidx-navigation = "2.6.0-alpha06" +androidx-navigation = "2.6.0-rc01" androidx-palette = "1.0.0" androidx-test = "1.5.0" androidx-test-espresso = "3.5.1" androidx-test-ext-junit = "1.1.5" androidx-test-ext-truth = "1.5.0" -androidx-window = "1.1.0-beta02" +androidx-window = "1.1.0-rc01" androidxHiltNavigationCompose = "1.0.0" androix-test-uiautomator = "2.2.0" coil = "2.2.2" @@ -118,9 +118,9 @@ hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", version.re hilt-ext-compiler = { module = "androidx.hilt:hilt-compiler", version.ref = "hiltExt" } junit = { module = "junit:junit", version.ref = "junit" } kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" } +kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" } -kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinx_immutable" } okhttp-logging = { module = "com.squareup.okhttp3:logging-interceptor", version.ref = "okhttp" } okhttp3 = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } robolectric = { module = "org.robolectric:robolectric", version.ref = "robolectric" }