File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44# Table of Contents
55
6- ** [ Sample Application] ( ##SampleApplication ) ** <br >
7- *** [ Entity Classes] ( ***EntityClasses ) *** <br >
8- *** [ Database Class] ( ###DatabaseClass ) *** <br >
9- *** [ TypeConverter Class] ( ###DatabaseClass ) *** <br >
10- *** [ Entity Relations] ( ###EntityRelations ) *** <br >
11- *** [ Database Initialization] ( ###DatabaseInitialization ) *** <br >
6+ ** [ Sample Application] (##Sample Application )** <br >
7+ *** [ Entity Classes] (*** Entity Classes )*** <br >
8+ *** [ Database Class] (###Database Class )*** <br >
9+ *** [ TypeConverter Class] (###TypeConverter Class )*** <br >
10+ *** [ Entity Relations] (###Entity Relations )*** <br >
11+ *** [ Database Initialization] (###Database Initialization )*** <br >
1212*** [ Migrations] ( ###Migrations ) *** <br >
1313** [ Setup] ( ##Setup ) ** <br >
1414** [ Initialization] ( ##Initialization ) ** <br >
@@ -468,8 +468,8 @@ android {
468468
469469dependencies {
470470 ...
471- implementation 'com.github.android-promise.database:androidpromisedatabase :1.0.2-beta6 '
472- kapt 'com.github.android-promise.database:androidpromisedatabasecompiler :1.0.2-beta6 '
471+ implementation 'com.github.android-promise.database:database :1.0.3-alpha3 '
472+ kapt 'com.github.android-promise.database:compiler :1.0.3-alpha3 '
473473 implementation 'com.github.android-promise:commons:1.1-alpha03'
474474}
475475```
You can’t perform that action at this time.
0 commit comments