diff options
author | Allan Wang <me@allanwang.ca> | 2018-03-21 17:36:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 17:36:53 -0400 |
commit | f1275cbc38f1819c852f810905c300ae8f64bba4 (patch) | |
tree | 794d0ffe19f09387d5979c710b1b4a6ffe24104d /app/src/main/res/values/strings_errors.xml | |
parent | d36dfe98a52ced46c5106b28304ae5d245180a7f (diff) | |
download | frost-f1275cbc38f1819c852f810905c300ae8f64bba4.tar.gz frost-f1275cbc38f1819c852f810905c300ae8f64bba4.tar.bz2 frost-f1275cbc38f1819c852f810905c300ae8f64bba4.zip |
Update buildsdk (#808)
* Update changelog
* Add build sdk check
* Remove play store affiliate
* Ignore Overdraw
* Remove theme background
* Add back for transparent
* Fix restart button
Diffstat (limited to 'app/src/main/res/values/strings_errors.xml')
-rw-r--r-- | app/src/main/res/values/strings_errors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings_errors.xml b/app/src/main/res/values/strings_errors.xml index 71d147f7..9988fca4 100644 --- a/app/src/main/res/values/strings_errors.xml +++ b/app/src/main/res/values/strings_errors.xml @@ -9,4 +9,5 @@ <string name="error_generic">An error occurred.</string> <string name="video_load_failed">Failed to load video</string> <string name="error_notification">An error occurred when fetching notifications</string> + <string name="error_sdk">Your device\'s SDK (%d) is incompatible. Frost only supports Lollipop (SDK 21) and above</string> </resources>
\ No newline at end of file |