Introduce realm and persist temperatures

This commit is contained in:
Julia Friesel
2018-05-31 21:38:39 +02:00
parent 718573d31b
commit 167f24b601
8 changed files with 1191 additions and 225 deletions
+2
View File
@@ -1,3 +1,5 @@
rootProject.name = 'drip'
include ':realm'
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')
include ':app'