Skip to content

Commit

Permalink
Color fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robertapengelly committed Jul 10, 2024
1 parent 12bf662 commit 3d4f582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId "com.cod5.pdos_pdandro"
minSdk 16
targetSdk 34
versionCode 16
versionCode 17
versionName "1.0.1"
ndk.abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86', 'x86_64'
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/cod5/pdos_pdandro/Console.kt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class Console {

var f = 0

if (escape_args.size > 1) {
if (escape_args.size > 0) {
f = escape_args[0]
}

Expand Down

0 comments on commit 3d4f582

Please sign in to comment.