diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-30 10:52:36 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-30 10:52:36 -0700 |
commit | 8760cb29b8a37d15a1dcba018054d4010b90df21 (patch) | |
tree | e2d955b91acd4a05e68ac70ca63a233f4b2baaaf /app/src/main/res/values/strings.xml | |
parent | 7267064d8a007e49bf05c3fc68b6338209a7c784 (diff) | |
download | frost-8760cb29b8a37d15a1dcba018054d4010b90df21.tar.gz frost-8760cb29b8a37d15a1dcba018054d4010b90df21.tar.bz2 frost-8760cb29b8a37d15a1dcba018054d4010b90df21.zip |
Change default custom theme
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 61995b93..5e4fe3ba 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -67,7 +67,7 @@ The library is built on speed, performance, and approachability. It not only eliminates most boiler-plate code for dealing with databases, but also provides a powerful and simple API to manage interactions. Let DBFlow make SQL code <i>flow</i> like a steady stream so you can focus on writing amazing apps. ]]> - A robust, powerful, and very simple ORM android database library with annotation processing.</string> + </string> <string name="library_dbflow_libraryWebsite">https://github.com/Raizlabs/DBFlow</string> <string name="library_dbflow_libraryVersion">4.0.4</string> <!-- OpenSource section --> |