diff options
author | Allan Wang <me@allanwang.ca> | 2017-08-30 12:13:38 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-08-30 12:24:19 -0400 |
commit | 86ddfb02cb989ab5b6990e518640ab82c107bc37 (patch) | |
tree | f8312e285a9ed2e18bea4c72784a136254aa26f7 /gradle.properties | |
parent | 3adba8531753b0750303847948826819e7f09256 (diff) | |
download | kau-86ddfb02cb989ab5b6990e518640ab82c107bc37.tar.gz kau-86ddfb02cb989ab5b6990e518640ab82c107bc37.tar.bz2 kau-86ddfb02cb989ab5b6990e518640ab82c107bc37.zip |
fix/mediapicker (#50)
* Bring all glide request managers to one instance
* Switch to test implementation
* Check if parent is null for searchview
* Ensure open close runs on ui thread
* Make glide contract internal
* Update changelog
* Update version
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 ad3a84a..9a1177d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ TARGET_SDK=26 BUILD_TOOLS=26.0.1 ANDROID_SUPPORT_LIBS=26.0.1 -VERSION_NAME=3.3.3 +VERSION_NAME=3.4.0 KOTLIN=1.1.4-2 ABOUT_LIBRARIES=5.9.7 |