diff options
author | Allan Wang <me@allanwang.ca> | 2017-09-24 16:46:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-24 16:46:58 -0400 |
commit | ccbba24a1406dcc6714d7fb4b4c543fde0ba7c6a (patch) | |
tree | 5009d1486f2e1ccc0ddff88bbf0ad51b9d20e1e7 | |
parent | 1a509b896aa670da4ab3e2f039140ad7608387e9 (diff) | |
parent | c465bd64a7da087447659b83ed515d87ee8d342f (diff) | |
download | kau-ccbba24a1406dcc6714d7fb4b4c543fde0ba7c6a.tar.gz kau-ccbba24a1406dcc6714d7fb4b4c543fde0ba7c6a.tar.bz2 kau-ccbba24a1406dcc6714d7fb4b4c543fde0ba7c6a.zip |
Merge branch 'master' into dev
-rw-r--r-- | gradle.properties | 2 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 32ea648..9c26759 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ TARGET_SDK=26 BUILD_TOOLS=26.0.1 ANDROID_SUPPORT_LIBS=26.1.0 -VERSION_NAME=3.4.2 +VERSION_NAME=3.4.3 KOTLIN=1.1.4-3 ABOUT_LIBRARIES=5.9.7 diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index a33edbd..7f421f8 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,7 +6,7 @@ <item text="" /> --> - <version title="v3.4.1"/> + <version title="v3.4.3"/> <item text=":core: Validate context before showing dialogs" /> <item text=":core: Add intent resolver checks prior to all executions." /> <item text=":core: Fix bundle NPE when starting activity" /> |