File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66</h1 >
77
88<div align =" center " >
9- <a><img src="https://img.shields.io/badge/Version-1 .0.3 -brightgreen.svg?style=flat"></a>
9+ <a><img src="https://img.shields.io/badge/Version-2 .0.0 -brightgreen.svg?style=flat"></a>
1010 <a><img src="https://img.shields.io/badge/ID-gzeinnumer-blue.svg?style=flat"></a>
1111 <a><img src="https://img.shields.io/badge/Java-Suport-green?logo=java&style=flat"></a>
1212 <a><img src="https://img.shields.io/badge/Koltin-Suport-green?logo=kotlin&style=flat"></a>
@@ -68,9 +68,9 @@ dependencies {
6868
6969** Deprecated**
7070
71- | OLD | New |
72- | :-------------------------------------------------------| :----------------------------------------------------------------|
73- | ` SearchViewDialog(getSupportFragmentManager(), list) ` | ` SearchViewDialog(getSupportFragmentManager()) .setItems(list) ` |
71+ | OLD | 1.0.3 | 2.0.0 |
72+ | :-------------------------------------------------------| :----------------------------------------------------------------| :---------------------------------------------------------------- |
73+ | ` SearchViewDialog(getSupportFragmentManager(), list) ` | ` SearchViewDialog(getSupportFragmentManager()) .setItems(list) ` | ` SearchViewDialog<ExampleModel>(getSupportFragmentManager()) .setItems(list) ` |
7474
7575---
7676
You can’t perform that action at this time.
0 commit comments