diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-15 12:26:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-15 12:26:32 -0400 |
commit | 8b672f5a77f640628588be124b3737c827e9af97 (patch) | |
tree | cc2c19a27c1a30ef78aeef659ff85efee5653983 | |
parent | 8d7a450ca612e10492413cb448ce1f59021943af (diff) | |
download | kau-8b672f5a77f640628588be124b3737c827e9af97.tar.gz kau-8b672f5a77f640628588be124b3737c827e9af97.tar.bz2 kau-8b672f5a77f640628588be124b3737c827e9af97.zip |
Fix 1 (#87)
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | docs/Changelog.md | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d40ce68..5e83087 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { maven { url 'https://maven.fabric.io/public' } } dependencies { - classpath 'com.android.tools.build:gradle:3.0.0-beta7' + classpath 'com.android.tools.build:gradle:3.0.0-rc1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN}" classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' classpath 'com.github.triplet.gradle:play-publisher:1.2.0' diff --git a/docs/Changelog.md b/docs/Changelog.md index e85a6aa..cad2792 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## v3.4.4 +* Add translation support for crowdin +* Update dependencies +* :mediapicker: Validate document uri before parsing +* :searchview: Ignore casing for highlights + ## v3.4.3 * :core: Validate context before showing dialogs * :core: Add intent resolver checks prior to all executions. |