Skip to content

Commit c2d26cd

Browse files
committed
Add implementation 'com.github.vinchamp77:demo-simple-android-lib:0.0.0'
1 parent 61b6441 commit c2d26cd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ dependencies {
6060
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0'
6161
implementation 'androidx.activity:activity-compose:1.4.0'
6262

63-
implementation project(':SydneySuburbs')
63+
//implementation project(':SydneySuburbs')
64+
implementation 'com.github.vinchamp77:demo-simple-android-lib:0.0.0'
6465
}

settings.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ dependencyResolutionManagement {
33
repositories {
44
google()
55
mavenCentral()
6-
jcenter() // Warning: this repository is going to shut down soon
6+
7+
maven { url 'https://jitpack.io' }
78
}
89
}
10+
911
rootProject.name = "Simple Android Library"
1012
include ':app'
1113
include ':SydneySuburbs'

0 commit comments

Comments
 (0)