Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 47d44e5

Browse files
committed
gradle update
1 parent 76389be commit 47d44e5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
1014
plugins {
1115
id 'com.android.application' version '7.3.0' apply false

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ android {
5050

5151
dependencies {
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"

0 commit comments

Comments
 (0)