aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-08-12 11:58:12 -0700
committerAllan Wang <me@allanwang.ca>2017-08-12 11:58:12 -0700
commit9619bfc8d5412c392023790dc9a1435df9aba129 (patch)
treeacd70d877d951624f542fa22c233dc22b908fef2
parent29e54d74a8fdd943a0d85c3645538fdd62769e36 (diff)
downloadfrost-9619bfc8d5412c392023790dc9a1435df9aba129.tar.gz
frost-9619bfc8d5412c392023790dc9a1435df9aba129.tar.bz2
frost-9619bfc8d5412c392023790dc9a1435df9aba129.zip
Update dependency
-rw-r--r--app/build.gradle2
-rw-r--r--docs/Changelog.md1
-rw-r--r--gradle.properties8
3 files changed, 8 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 704e5285..920b9fd1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -138,6 +138,8 @@ dependencies {
//noinspection GradleDependency
implementation "ca.allanwang.kau:searchview:$KAU"
//noinspection GradleDependency
+ implementation "ca.allanwang.kau:core:$KAU"
+ //noinspection GradleDependency
implementation "ca.allanwang.kau:core-ui:$KAU"
testImplementation "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN}"
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 1eddde9c..b65e7dca 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -8,6 +8,7 @@
* Add option to disable media loading on metered network
* Fix menu section
* Add more background setters to help transparent themes
+* Fixed crash for users with non english characters
## v1.5.0
* Experimental: Add notifications for messages; report to me if this drains your battery
diff --git a/gradle.properties b/gradle.properties
index c0cc3b0a..bcc9e305 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -16,8 +16,8 @@ APP_GROUP=com.pitchedapps
MIN_SDK=21
TARGET_SDK=26
BUILD_TOOLS=26.0.1
-
-KAU=c2dd5d6
+
+KAU=3.3.1
KOTLIN=1.1.3-2
CRASHLYTICS=2.6.8
@@ -37,4 +37,6 @@ RX_JAVA=2.1.2
RX_KOTLIN=2.1.0
RX_NETWORK=0.11.0
SCALE_IMAGE_VIEW=3.6.0
-SLIDING_PANEL=3.3.1 \ No newline at end of file
+SLIDING_PANEL=3.3.1
+
+android.enableAapt2=false \ No newline at end of file