Skip to content

Commit

Permalink
Merge pull request #1 from Keyri-Co/fix/change_extension_class_to_open
Browse files Browse the repository at this point in the history
Changed KeyriCheckerExtension class to open, removed local.properties
  • Loading branch information
AndrewKuliahin96 authored Feb 21, 2023
2 parents b871224 + 49b8dad commit 40bd888
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions local.properties

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.keyri.checksumchecker.plugin

abstract class KeyriCheckerExtension {
open class KeyriCheckerExtension {
var apkFullPath: String? = null
var apkID: String? = null
internal var appKey: String? = null
Expand Down

0 comments on commit 40bd888

Please sign in to comment.