Skip to content

Commit

Permalink
released to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ezechuka committed Feb 27, 2022
2 parents 61c75e2 + c85ad9e commit f8cc081
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 19 deletions.
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ dependencies {
implementation("androidx.room:room-runtime:2.4.1")
// implementation project(':roomie-annotation')
// kapt project(':roomie-processor')
implementation 'com.github.ezechuka:Roomie:1.0.0'

implementation 'com.github.ezechuka.Roomie:core:1.0.0'
kapt 'com.github.ezechuka.Roomie:generator:1.0.0'

testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
Expand Down
17 changes: 0 additions & 17 deletions app/src/main/java/com/javalon/roomie/Person.kt

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ allprojects {
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
maven { url 'https://jitpack.io' }
}
}

Expand Down

0 comments on commit f8cc081

Please sign in to comment.