Skip to content

Commit 01f7e1a

Browse files
committed
Remove unused method for PdVersion
1 parent 3a6095e commit 01f7e1a

File tree

1 file changed

+0
-7
lines changed
  • src/main/kotlin/com/github/shiraji/permissionsdispatcherplugin/data

1 file changed

+0
-7
lines changed

src/main/kotlin/com/github/shiraji/permissionsdispatcherplugin/data/PdVersion.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ enum class PdVersion {
66
UNKNOWN;
77

88
companion object {
9-
fun fromText(versionText: String): PdVersion {
10-
return when (versionText) {
11-
"2.1.3" -> VERSION_2_1_3
12-
else -> UNKNOWN
13-
}
14-
}
15-
169
const val latestVersion = "3.1.0"
1710
}
1811
}

0 commit comments

Comments
 (0)