We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b6441 commit c2d26cdCopy full SHA for c2d26cd
app/build.gradle
@@ -60,5 +60,6 @@ dependencies {
60
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0'
61
implementation 'androidx.activity:activity-compose:1.4.0'
62
63
- implementation project(':SydneySuburbs')
+ //implementation project(':SydneySuburbs')
64
+ implementation 'com.github.vinchamp77:demo-simple-android-lib:0.0.0'
65
}
settings.gradle
@@ -3,9 +3,11 @@ dependencyResolutionManagement {
3
repositories {
4
google()
5
mavenCentral()
6
- jcenter() // Warning: this repository is going to shut down soon
+
7
+ maven { url 'https://jitpack.io' }
8
9
10
11
rootProject.name = "Simple Android Library"
12
include ':app'
13
include ':SydneySuburbs'
0 commit comments