diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-08 22:15:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-08 22:15:03 -0500 |
commit | 3b1cbd2f2cf211b804784bef33de85b8a889677e (patch) | |
tree | e11fa8cf0081c117ee3c60b419dd02473ef6dd8d /gradle.properties | |
parent | a0587e8877f35ac2dc149a64e06665dff424b469 (diff) | |
download | kau-3b1cbd2f2cf211b804784bef33de85b8a889677e.tar.gz kau-3b1cbd2f2cf211b804784bef33de85b8a889677e.tar.bz2 kau-3b1cbd2f2cf211b804784bef33de85b8a889677e.zip |
Translations Italian (#98)
* Add translations
* Update dependencies
* Show lint output
* Fix type inference
* Add annotation
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 cb8d43d..3003784 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ CORE_MIN_SDK=19 MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.2 -ANDROID_SUPPORT_LIBS=26.1.0 +ANDROID_SUPPORT_LIBS=27.0.0 VERSION_NAME=3.4.4.1 |