Skip to content

Commit

Permalink
Chore: add debugSymbolLevel full
Browse files Browse the repository at this point in the history
  • Loading branch information
jisungbin committed Nov 30, 2021
1 parent ecfc320 commit bf55b52
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import io.github.jisungbin.gitmessengerbot.common.core.Storage

internal class File {
fun save(path: String, content: String) = Storage.write(path, content)
fun read(path: String, _null: String? = null) = Storage.read(path, _null)
fun read(path: String, _null: String? = null) = Storage.read(path, _null)
fun append(path: String, content: String, appendPrefix: String) =
Storage.append(path, content, appendPrefix)
}
Binary file added picture/ic_round_logo_512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added picture/preview-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added picture/preview-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added picture/preview-setting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added picture/simple-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions presentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ android {
isDebuggable = false
isMinifyEnabled = true
isShrinkResources = true

ndk {
debugSymbolLevel = "FULL"
}
}
}

Expand Down

0 comments on commit bf55b52

Please sign in to comment.