From e113308923e319a98a8800f95aaba1998d50e7a2 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 8 Oct 2018 17:39:02 -0400 Subject: Translations (#1125) * New translations strings.xml (Czech) * New translations strings_download.xml (Czech) * New translations strings_pref_debug.xml (Chinese Traditional) * New translations strings_errors.xml (German) * New translations strings_pref_experimental.xml (German) * New translations strings.xml (Hungarian) * New translations strings_pref_notifications.xml (Hungarian) * New translations strings_pref_experimental.xml (Hungarian) * New translations strings_pref_debug.xml (Hungarian) * New translations strings_pref_behaviour.xml (Hungarian) * New translations strings_pref_appearance.xml (Hungarian) * New translations strings_errors.xml (Hungarian) * New translations strings.xml (German) * New translations strings_pref_notifications.xml (German) * New translations strings_pref_debug.xml (German) * New translations strings_errors.xml (French) * New translations strings_pref_behaviour.xml (German) * New translations strings_pref_appearance.xml (German) * New translations strings_download.xml (German) * New translations strings.xml (French) * New translations strings_pref_notifications.xml (French) * New translations strings_pref_experimental.xml (French) * New translations strings_pref_debug.xml (French) * New translations strings_pref_behaviour.xml (French) * New translations strings_pref_appearance.xml (French) * New translations strings_pref_debug.xml (Indonesian) * New translations strings_pref_behaviour.xml (Polish) * New translations strings_pref_appearance.xml (Polish) * New translations strings_pref_notifications.xml (Portuguese, Brazilian) * New translations strings_pref_experimental.xml (Portuguese, Brazilian) * New translations strings_pref_debug.xml (Portuguese, Brazilian) * New translations strings_pref_behaviour.xml (Portuguese, Brazilian) * New translations strings_pref_appearance.xml (Portuguese, Brazilian) * New translations strings_errors.xml (Portuguese, Brazilian) * New translations strings_pref_notifications.xml (Polish) * New translations strings_pref_debug.xml (Polish) * New translations strings.xml (Italian) * New translations strings_errors.xml (Polish) * New translations strings_pref_notifications.xml (Italian) * New translations strings_pref_experimental.xml (Italian) * New translations strings_pref_debug.xml (Italian) * New translations strings_pref_behaviour.xml (Italian) * New translations strings_pref_appearance.xml (Italian) * New translations strings_errors.xml (Italian) * New translations strings.xml (Polish) * New translations strings_pref_experimental.xml (Polish) * New translations strings.xml (Portuguese, Brazilian) * New translations strings_download.xml (Ukrainian) * New translations strings_intro.xml (Ukrainian) * New translations strings_web_context.xml (Ukrainian) * New translations strings_preferences.xml (Ukrainian) * New translations strings_pref_notifications.xml (Ukrainian) * New translations strings_pref_networks.xml (Ukrainian) * New translations strings_pref_feed.xml (Ukrainian) * New translations strings_pref_experimental.xml (Ukrainian) * New translations strings_pref_debug.xml (Ukrainian) * New translations strings_play_store.xml (Ukrainian) * New translations strings.xml (Turkish) * New translations strings_errors.xml (Ukrainian) * New translations strings_pref_notifications.xml (Turkish) * New translations strings_pref_experimental.xml (Turkish) * New translations strings_pref_debug.xml (Turkish) * New translations strings_pref_behaviour.xml (Turkish) * New translations strings_pref_appearance.xml (Turkish) * New translations strings_errors.xml (Turkish) * New translations strings_pref_behaviour.xml (Ukrainian) * New translations strings_pref_appearance.xml (Ukrainian) * New translations strings.xml (Ukrainian) * New translations strings_pref_behaviour.xml (Spanish) * New translations strings_errors.xml (Spanish) * New translations strings_pref_appearance.xml (Spanish) * New translations strings_pref_experimental.xml (Spanish) * New translations strings_pref_debug.xml (Spanish) * New translations strings_pref_notifications.xml (Spanish) * New translations strings.xml (Spanish) * New translations strings_download.xml (Danish) * New translations strings_errors.xml (Danish) * New translations strings_pref_appearance.xml (Danish) * New translations strings_pref_behaviour.xml (Danish) * New translations strings_download.xml (Danish) * New translations strings_errors.xml (Danish) * New translations strings_intro.xml (Danish) * New translations strings_play_store.xml (Danish) * New translations strings_pref_appearance.xml (Danish) * New translations strings_pref_behaviour.xml (Danish) * New translations strings_pref_debug.xml (Danish) * New translations strings_pref_experimental.xml (Danish) * New translations strings_pref_feed.xml (Danish) * New translations strings_pref_networks.xml (Danish) * New translations strings_pref_notifications.xml (Danish) * New translations strings_preferences.xml (Danish) * New translations strings_web_context.xml (Danish) * New translations strings.xml (Danish) * New translations strings_download.xml (Swedish) * New translations strings_errors.xml (Swedish) * New translations strings_intro.xml (Swedish) * New translations strings_play_store.xml (Swedish) * New translations strings_pref_appearance.xml (Swedish) * New translations strings_pref_behaviour.xml (Swedish) * New translations strings_pref_debug.xml (Swedish) * New translations strings_pref_experimental.xml (Swedish) * New translations strings_pref_feed.xml (Swedish) * New translations strings_pref_networks.xml (Swedish) * New translations strings_pref_notifications.xml (Swedish) * New translations strings_preferences.xml (Swedish) * New translations strings_web_context.xml (Swedish) * New translations strings.xml (Swedish) * Update clone depth * Remove blank translation files * Optimize and reformat * Update kau * Update build tools in travis * Update dependencies * Revert apache commons text version --- gradle.properties | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index e102e199..43b45257 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,17 +14,17 @@ org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryErro APP_ID=Frost APP_GROUP=com.pitchedapps -KAU=5b3762b +KAU=11f0d0f KOTLIN=1.2.71 # https://github.com/bugsnag/bugsnag-android/releases -BUGSNAG=4.6.1 +BUGSNAG=4.8.2 # https://github.com/bugsnag/bugsnag-android-gradle-plugin/releases -BUGSNAG_PLUGIN=3.4.1 +BUGSNAG_PLUGIN=3.4.2 # https://github.com/KeepSafe/dexcount-gradle-plugin/releases -DEX_PLUGIN=0.8.3 +DEX_PLUGIN=0.8.4 # https://github.com/gladed/gradle-android-git-version/releases -GIT_PLUGIN=0.4.4 +GIT_PLUGIN=0.4.5 # https://mvnrepository.com/artifact/org.apache.commons/commons-text COMMONS_TEXT=1.4 # https://github.com/Raizlabs/DBFlow/releases -- cgit v1.2.3