Skip to content

Commit

Permalink
Merge development into linechart-styling
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmichalik committed Nov 28, 2023
2 parents 09ac906 + edb0861 commit 0afc903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ext {

library = [
groupId : "com.patrykandpatrick.vico",
version_name : "1.13.0",
version_name : "1.13.1",
version_code : 1,
target_sdk : 34,
min_sdk : 19,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public class MutableExtraStore internal constructor(mapDelegate: Map<Key<*>, Any
/**
* Removes the value associated with the provided key.
*/
public fun <T : DrawingModel<*>> remove(key: Key<T>) {
public fun <T : Any> remove(key: Key<T>) {
mapDelegate.remove(key)
}

Expand Down

0 comments on commit 0afc903

Please sign in to comment.