Skip to content

Commit

Permalink
🔖 Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavst committed Nov 4, 2023
1 parent 16a6770 commit afbcd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'kotlin'


group 'org.yoavst.jeb'
version '0.4.4'
version '0.4.5'

compileKotlin {
kotlinOptions {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ abstract class BaseDalvikSimulator(protected val clazz: IDexClass, protected val
protected fun getMethod(index: Long): IDexMethod = unit.getMethod(index.toInt())


protected inline fun trace(state: () -> String) {
protected inline fun trace(@Suppress("UNUSED_PARAMETER") state: () -> String) {
// logger.trace("$className ${state()}")
}

Expand Down

0 comments on commit afbcd7c

Please sign in to comment.