:database:impl
This commit is contained in:
parent
2206a516d0
commit
f870a74796
187 changed files with 11 additions and 11 deletions
app
automation
core/core-main
database/impl
.gitignorebuild.gradleconsumer-rules.proproguard-rules.pro
schemas/info.nightscout.androidaps.database.AppDatabase
1.json10.json11.json12.json14.json15.json16.json18.json2.json20.json21.json22.json4.json5.json6.json7.json8.json9.json
src
debug/java/info/nightscout/androidaps/annotations
main
AndroidManifest.xml
java/info/nightscout/androidaps/database
AppDatabase.ktAppRepository.ktConverters.ktDatabaseModule.ktDelegatedAppDatabase.ktTableNames.kt
daos
APSResultDao.ktAPSResultLinkDao.ktBolusCalculatorResultDao.ktBolusDao.ktCarbsDao.ktDeviceStatusDao.ktEffectiveProfileSwitchDao.ktExtendedBolusDao.ktFoodDao.ktGlucoseValueDao.ktMultiwaveBolusLinkDao.ktOfflineEventDao.ktPreferenceChangeDao.ktProfileSwitchDao.ktTemporaryBasalDao.ktTemporaryTargetDao.ktTherapyEventDao.ktTotalDailyDoseDao.ktTraceableDao.ktUserEntryDao.ktVersionChangeDao.kt
delegated
DelegatedAPSResultDao.ktDelegatedAPSResultLinkDao.ktDelegatedBolusCalculatorResultDao.ktDelegatedBolusDao.ktDelegatedCarbsDao.ktDelegatedDao.ktDelegatedDeviceStatusDao.ktDelegatedEffectiveProfileSwitchDao.ktDelegatedExtendedBolusDao.ktDelegatedFoodDao.ktDelegatedGlucoseValueDao.ktDelegatedMultiwaveBolusLinkDao.ktDelegatedOfflineEventDao.ktDelegatedPreferenceChangeDao.ktDelegatedProfileSwitchDao.ktDelegatedTemporaryBasalDao.ktDelegatedTemporaryTargetDao.ktDelegatedTherapyEventDao.ktDelegatedTotalDailyDoseDao.ktDelegatedUserEntryDao.ktDelegatedVersionChangeDao.kt
workaround
data
embedments
entities
|
@ -191,7 +191,7 @@ dependencies {
|
|||
implementation project(':ui')
|
||||
implementation project(':plugins')
|
||||
implementation project(':implementation')
|
||||
implementation project(':database')
|
||||
implementation project(':database:impl')
|
||||
implementation project(':pump:combo')
|
||||
implementation project(':pump:dana')
|
||||
implementation project(':pump:danars')
|
||||
|
|
|
@ -20,7 +20,7 @@ dependencies {
|
|||
implementation project(':graphview')
|
||||
implementation project(':core:core-main')
|
||||
implementation project(':core:fabric')
|
||||
implementation project(':database')
|
||||
implementation project(':database:impl')
|
||||
implementation project(':app-wear-shared:rx')
|
||||
implementation project(':app-wear-shared:shared')
|
||||
implementation project(':interfaces')
|
||||
|
|
|
@ -17,7 +17,7 @@ dependencies {
|
|||
implementation project(':graphview')
|
||||
implementation project(':app-wear-shared:rx')
|
||||
implementation project(':app-wear-shared:shared')
|
||||
implementation project(':database')
|
||||
implementation project(':database:impl')
|
||||
implementation project(':interfaces')
|
||||
|
||||
api "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue