This repository was archived by the owner on May 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ buildscript {
66 dependencies {
77 classpath ' com.google.dagger:hilt-android-gradle-plugin:2.43.2'
88 }
9+ repositories {
10+ maven { url ' https://jitpack.io' }
11+ }
12+
913}// Top-level build file where you can add configuration options common to all sub-projects/modules.
1014plugins {
1115 id ' com.android.application' version ' 7.3.0' apply false
Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ android {
5050
5151dependencies {
5252
53- implementation(project( " :: Bonjour-In-Flow" ))
53+ implementation ' com.github.Self-Taught-Software-Developers: Bonjour-In-Kotlin- Flow:0.0.10 '
5454 implementation ' androidx.core:core-ktx:1.9.0'
5555
5656 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
5757 implementation ' androidx.lifecycle:lifecycle-viewmodel-compose:2.5.1'
5858
59- implementation ' androidx.activity:activity-compose:1.5.1 '
59+ implementation ' androidx.activity:activity-compose:1.6.0 '
6060
6161 implementation " androidx.compose.ui:ui:$compose_ui_version "
6262 implementation " androidx.compose.ui:ui-tooling-preview:$compose_ui_version "
You can’t perform that action at this time.
0 commit comments