diff options
author | Allan Wang <me@allanwang.ca> | 2017-10-15 15:07:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-15 15:07:23 -0400 |
commit | d08fd6f8d24430594d63e808740289d395f7227d (patch) | |
tree | 9dd5befd270427413a2735d88b4897532b66d7a6 /gradle.properties | |
parent | a4b3e990228c90c53eaf3ca1424a1e5f6d582d07 (diff) | |
download | frost-d08fd6f8d24430594d63e808740289d395f7227d.tar.gz frost-d08fd6f8d24430594d63e808740289d395f7227d.tar.bz2 frost-d08fd6f8d24430594d63e808740289d395f7227d.zip |
Enhancement/notifications (#416)
* Update notification defaults
* Setup initial channel test
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index fcea33c4..bd7b8ce1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.2 -KAU=afc1a02 +KAU=7513227 KOTLIN=1.1.51 COMMONS_TEXT=1.1 |