diff options
Diffstat (limited to 'sample')
-rw-r--r-- | sample/src/main/kotlin/ca/allanwang/kau/sample/MainActivity.kt | 2 | ||||
-rw-r--r-- | sample/src/main/res/xml/kau_changelog.xml | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sample/src/main/kotlin/ca/allanwang/kau/sample/MainActivity.kt b/sample/src/main/kotlin/ca/allanwang/kau/sample/MainActivity.kt index fccba05..d4a30bb 100644 --- a/sample/src/main/kotlin/ca/allanwang/kau/sample/MainActivity.kt +++ b/sample/src/main/kotlin/ca/allanwang/kau/sample/MainActivity.kt @@ -318,4 +318,4 @@ class MainActivity : KPrefActivity() { REQUEST_MEDIA -> toast("${kauOnMediaPickerResult(resultCode, data).size} items selected") } } -}
\ No newline at end of file +} diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml index be1c023..d78fcea 100644 --- a/sample/src/main/res/xml/kau_changelog.xml +++ b/sample/src/main/res/xml/kau_changelog.xml @@ -6,6 +6,9 @@ <item text="" /> --> + <version title="v4.0.0" /> + <item text="Update translations" /> + <version title="v4.0.0-alpha02" /> <item text="Update translations" /> <item text=":core: Remove anko dependency. Methods that used it now use coroutines; see the migration doc for minor changes" /> @@ -14,7 +17,6 @@ <item text=":core: Delete flyweight implementation. Kotlin already has getOrPut" /> <item text=":core: Introduce ContextHelper, where you can get the default looper, handler, and dispatcher for Android" /> <item text=":mediapicker: Use video preloading instead of full async loading" /> - <item text="" /> <version title="v4.0.0-alpha01" /> <item text="Migrate to androidx. See migration for external dependency changes." /> |