Skip to content

Commit

Permalink
fix: correct access flags of PackageMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 26, 2023
1 parent b2d3f78 commit 9cce993
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/app/revanced/patcher/data/PackageMetadata.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import brut.androlib.apk.ApkInfo
*/
class PackageMetadata {
lateinit var packageName: String
internal set
lateinit var packageVersion: String
internal set

internal val apkInfo: ApkInfo = ApkInfo()
}

0 comments on commit 9cce993

Please sign in to comment.