Skip to content

Commit

Permalink
New version 25
Browse files Browse the repository at this point in the history
  • Loading branch information
pachi81 committed Mar 12, 2024
1 parent c8a7f02 commit 883d970
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 @@ -5,7 +5,7 @@ plugins {
id 'org.jetbrains.kotlin.android' version '1.8.20' apply false
}

project.ext.set("versionCode", 24)
project.ext.set("versionCode", 25)
project.ext.set("versionName", "0.9.10")
project.ext.set("compileSdk", 34)
project.ext.set("targetSdk", 33)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ object Utils {

fun saveLogs(outputStream: OutputStream) {
try {
val cmd = "logcat -t 1000"
val cmd = "logcat -t 3000"
Log.i(LOG_ID, "Getting logcat with command: $cmd")
val process = Runtime.getRuntime().exec(cmd)
val thread = Thread {
Expand Down

0 comments on commit 883d970

Please sign in to comment.