Skip to content

Commit

Permalink
Apply spotless and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Apr 4, 2019
1 parent 998782a commit 2d826d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -318,4 +318,4 @@ class MainActivity : KPrefActivity() {
REQUEST_MEDIA -> toast("${kauOnMediaPickerResult(resultCode, data).size} items selected")
}
}
}
}
4 changes: 3 additions & 1 deletion sample/src/main/res/xml/kau_changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand All @@ -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." />
Expand Down

0 comments on commit 2d826d9

Please sign in to comment.