aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-12-31 00:03:23 -0800
committerGitHub <noreply@github.com>2019-12-31 00:03:23 -0800
commit6bde47388977ec4bdb35c2eddba246dea7ec2c25 (patch)
tree44e8756be9bd9314eb5fab874085b3769de8fa26 /app/build.gradle
parent52c213da7942c1eb2ad670a15a87f60b1c33b8a4 (diff)
downloadfrost-6bde47388977ec4bdb35c2eddba246dea7ec2c25.tar.gz
frost-6bde47388977ec4bdb35c2eddba246dea7ec2c25.tar.bz2
frost-6bde47388977ec4bdb35c2eddba246dea7ec2c25.zip
Translations (#1611)
* New translations strings.xml (Afrikaans) * New translations strings_pref_appearance.xml (Japanese) * New translations strings_pref_appearance.xml (Hebrew) * New translations strings_pref_behaviour.xml (Catalan) * New translations strings_pref_behaviour.xml (Finnish) * New translations strings_pref_behaviour.xml (Afrikaans) * New translations strings_pref_appearance.xml (Tamil) * New translations strings_play_store.xml (Japanese) * New translations strings_play_store.xml (Hebrew) * New translations strings_pref_appearance.xml (Finnish) * New translations strings_pref_appearance.xml (Catalan) * New translations strings_pref_appearance.xml (Afrikaans) * New translations strings_play_store.xml (Tamil) * New translations strings_play_store.xml (Finnish) * New translations strings_pref_debug.xml (Tamil) * New translations strings_pref_debug.xml (Hebrew) * New translations strings_pref_experimental.xml (Greek) * New translations strings_pref_experimental.xml (Finnish) * New translations strings_pref_experimental.xml (Catalan) * New translations strings_pref_experimental.xml (Afrikaans) * New translations strings_pref_behaviour.xml (Japanese) * New translations strings_pref_behaviour.xml (Hebrew) * New translations strings_pref_behaviour.xml (Spanish) * New translations strings_pref_debug.xml (Finnish) * New translations strings_pref_behaviour.xml (Tamil) * New translations strings_pref_debug.xml (Catalan) * New translations strings_pref_debug.xml (Afrikaans) * New translations strings_pref_debug.xml (Japanese) * New translations strings_download.xml (Japanese) * New translations strings_download.xml (Hebrew) * New translations strings_download.xml (Finnish) * New translations strings_download.xml (Catalan) * New translations strings_download.xml (Tamil) * New translations strings_errors.xml (Afrikaans) * New translations strings.xml (Finnish) * New translations strings.xml (Hebrew) * New translations strings.xml (Catalan) * New translations strings_download.xml (Afrikaans) * New translations strings.xml (Tamil) * New translations strings_errors.xml (Catalan) * New translations strings.xml (Japanese) * New translations strings_intro.xml (Japanese) * New translations strings_intro.xml (Hebrew) * New translations strings_intro.xml (Finnish) * New translations strings_play_store.xml (Afrikaans) * New translations strings_play_store.xml (Catalan) * New translations strings_intro.xml (Tamil) * New translations strings_errors.xml (Hebrew) * New translations strings_errors.xml (Japanese) * New translations strings_errors.xml (Finnish) * New translations strings_errors.xml (Tamil) * New translations strings_intro.xml (Afrikaans) * New translations strings_intro.xml (Catalan) * New translations strings_preferences.xml (Tamil) * New translations strings_web_context.xml (Afrikaans) * New translations strings_web_context.xml (Catalan) * New translations strings_web_context.xml (Finnish) * New translations strings_preferences.xml (Catalan) * New translations strings_pref_notifications.xml (Tamil) * New translations strings_preferences.xml (Afrikaans) * New translations strings_preferences.xml (Japanese) * New translations strings_preferences.xml (Finnish) * New translations strings_preferences.xml (Greek) * New translations strings_preferences.xml (Hebrew) * New translations strings_pref_security.xml (Greek) * New translations strings_pref_security.xml (Hebrew) * New translations strings_pref_security.xml (Hungarian) * New translations strings_pref_security.xml (Indonesian) * New translations strings_pref_security.xml (Italian) * New translations strings_pref_security.xml (Japanese) * New translations strings_pref_security.xml (Norwegian) * New translations strings_pref_security.xml (Dutch) * New translations strings_pref_security.xml (Romanian) * New translations strings_pref_security.xml (Serbian (Cyrillic)) * New translations strings_pref_security.xml (Swedish) * New translations strings_pref_security.xml (Tagalog) * New translations strings_pref_security.xml (Tamil) * New translations strings_pref_security.xml (Thai) * New translations strings_pref_security.xml (Turkish) * New translations strings_pref_security.xml (Finnish) * New translations strings_pref_security.xml (Danish) * New translations strings_web_context.xml (Hebrew) * New translations strings_web_context.xml (Japanese) * New translations strings_pref_security.xml (Czech) * New translations strings_web_context.xml (Tamil) * New translations strings_pref_security.xml (Afrikaans) * New translations strings_pref_security.xml (Catalan) * New translations strings_pref_security.xml (Chinese Simplified) * New translations strings_pref_feed.xml (Finnish) * New translations strings_pref_feed.xml (Hebrew) * New translations strings_pref_feed.xml (Japanese) * New translations strings_pref_feed.xml (Tamil) * New translations strings_pref_experimental.xml (Hebrew) * New translations strings_pref_experimental.xml (Japanese) * New translations strings_pref_experimental.xml (Tamil) * New translations strings_pref_feed.xml (Afrikaans) * New translations strings_pref_feed.xml (Catalan) * New translations strings_pref_networks.xml (Afrikaans) * New translations strings_pref_notifications.xml (Finnish) * New translations strings_pref_notifications.xml (Afrikaans) * New translations strings_pref_notifications.xml (Catalan) * New translations strings_pref_networks.xml (Tamil) * New translations strings_pref_notifications.xml (Hebrew) * New translations strings_pref_notifications.xml (Japanese) * New translations strings_pref_networks.xml (Catalan) * New translations strings_pref_networks.xml (Finnish) * New translations strings_pref_networks.xml (Hebrew) * New translations strings_pref_networks.xml (Japanese) * New translations strings_pref_security.xml (Vietnamese) * Update gradle * Delete blank files * New translations strings_pref_behaviour.xml (Spanish) * Set jvm target in kotlin * Update kau
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3e042a38..88432866 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -164,6 +164,10 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
+ kotlinOptions {
+ jvmTarget = JavaVersion.VERSION_1_8.toString()
+ }
+
testOptions.unitTests {
includeAndroidResources = true
// Don't throw runtime exceptions for android calls that are not mocked