Skip to content

Commit

Permalink
Update logging tag in attachment code
Browse files Browse the repository at this point in the history
  • Loading branch information
nain-F49FF806 committed Nov 16, 2024
1 parent 9b525d5 commit 1c8f70f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
applicationId = "alt.nainapps.sharepaste"
minSdk = 26
targetSdk = 35
versionCode = 1731752000
versionCode = 1731760000
versionName = "2024.11.16"
setProperty("archivesBaseName", "sharepaste.oo")

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package alt.nainapps.sharepaste.common.units

import alt.nainapps.sharepaste.utils.TAG
import alt.nainapps.sharepaste.utils.bytesToHumanReadableSize
import alt.nainapps.sharepaste.utils.inputStreamToBase64String
import android.content.ContentResolver
Expand Down Expand Up @@ -52,6 +51,7 @@ fun AttachmentPickerButton(prevAttachment: Attachment? = null, onAttach: (Attach
}
}

const val TAG = "Attachment"

data class Attachment(
// data uri containing attachment data
Expand Down

0 comments on commit 1c8f70f

Please sign in to comment.