Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
solrudev committed Dec 14, 2024
1 parent b5163ee commit 224409a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ public sealed class Apk(
override val packageName: String,
override val versionCode: Long
) : Apk(uri, name, size, packageName, versionCode, description = name) {

override fun isCompatible(context: Context): Boolean = true
}

Expand Down

0 comments on commit 224409a

Please sign in to comment.