Skip to content

Commit d824b5d

Browse files
author
ezechuka
committed
released to jitpack
2 parents 61c75e2 + c85ad9e commit d824b5d

File tree

4 files changed

+9
-19
lines changed

4 files changed

+9
-19
lines changed

.idea/jarRepositories.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ dependencies {
5353
implementation("androidx.room:room-runtime:2.4.1")
5454
// implementation project(':roomie-annotation')
5555
// kapt project(':roomie-processor')
56-
implementation 'com.github.ezechuka:Roomie:1.0.0'
56+
57+
implementation 'com.github.ezechuka.Roomie:core:1.0.0'
58+
kapt 'com.github.ezechuka.Roomie:generator:1.0.0'
5759

5860
testImplementation 'junit:junit:4.+'
5961
androidTestImplementation 'androidx.test.ext:junit:1.1.3'

app/src/main/java/com/javalon/roomie/Person.kt

Lines changed: 0 additions & 17 deletions
This file was deleted.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ allprojects {
1919
repositories {
2020
google()
2121
mavenCentral()
22-
jcenter() // Warning: this repository is going to shut down soon
22+
maven { url 'https://jitpack.io' }
2323
}
2424
}
2525

0 commit comments

Comments
 (0)