diff options
Diffstat (limited to 'sample/src')
-rw-r--r-- | sample/src/main/res/drawable/kau.xml | 4 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/sample/src/main/res/drawable/kau.xml b/sample/src/main/res/drawable/kau.xml index b0a7be8..47612e0 100644 --- a/sample/src/main/res/drawable/kau.xml +++ b/sample/src/main/res/drawable/kau.xml @@ -8,11 +8,11 @@ <path android:fillColor="#00a9ff" android:fillType="evenOdd" - android:pathData="M42.8336 42.7538l19-42.75 31.67656 57H57.0836zM0 .08894h27L0 28.6213z" /> + android:pathData="M42.8336 42.7538l19-42.75 31.67656 57H57.0836zM0 0.08894h27L0 28.6213z" /> <path android:fillColor="#ff8900" android:fillType="evenOdd" - android:pathData="M28.5 .0038 H57l-57 57v-26.882z" /> + android:pathData="M28.5 0.0038 H57l-57 57v-26.882z" /> <path android:fillColor="#00a9ff" android:fillType="evenOdd" diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index 6f76f66..8476660 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -5,6 +5,13 @@ <version title="v"/> <item text="" /> --> + + <version title="v3.4.1"/> + <item text="Validate context before showing dialogs" /> + <item text="Add intent resolver checks prior to all executions." /> + <item text="" /> + <item text="" /> + <item text="" /> <version title="v3.4.0"/> <item text="Update to gradle 4.x; api and implementation rather than compile" /> |