mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Room - Added schema export directory
This commit is contained in:
parent
11c7d3fa73
commit
fc5876829c
3 changed files with 17 additions and 4 deletions
|
|
@ -13,6 +13,12 @@ android {
|
|||
versionName "1.0"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
|
||||
javaCompileOptions {
|
||||
annotationProcessorOptions {
|
||||
arguments += ["room.schemaLocation": "$projectDir/schemas".toString()]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
|
|
@ -44,7 +50,7 @@ dependencies {
|
|||
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.3.5'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||
implementation "androidx.room:room-runtime:2.3.0"
|
||||
implementation "androidx.room:room-runtime:2.4.0-alpha04"
|
||||
implementation "androidx.cardview:cardview:1.0.0"
|
||||
|
||||
// Android Material
|
||||
|
|
@ -62,7 +68,7 @@ dependencies {
|
|||
implementation 'com.google.android.exoplayer:exoplayer:2.12.2'
|
||||
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
|
||||
annotationProcessor "androidx.room:room-compiler:2.3.0"
|
||||
annotationProcessor "androidx.room:room-compiler:2.4.0-alpha04"
|
||||
|
||||
// Retrofit
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue