Skip to content

Commit

Permalink
🎊 release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Nov 11, 2019
1 parent 0d7b621 commit 9a820fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified jaba.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/com/theapache64/jaba/cli/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.io.File
import java.io.FileNotFoundException
import java.util.*

const val IS_DEBUG = true
const val IS_DEBUG = false
const val ERROR_NOT_AN_ANDROID_PROJECT = "ERROR_NOT_AN_ANDROID_PROJECT"
const val ERROR_UNSUPPORTED_ARCH = "UNSUPPORTED_ARCH"
const val ERROR_NOT_KOTLIN_PROJECT = "NOT_KOTLIN_PROJECT"
Expand Down

0 comments on commit 9a820fb

Please sign in to comment.