Skip to content

Commit

Permalink
Merge branch 'master' into release-jdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
ghasemdev committed Jul 11, 2023
2 parents 84e459d + f845a92 commit 6d0edeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.parsuomash.affogato.logger.android

import android.util.Log
import com.parsuomash.affogato.logger.android.logcat.logcat
import com.parsuomash.affogato.logger.android.logcat.ex.logcat

/**
* Logging class for manage logcat in debug/release mode.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@file:Suppress("unused")

package com.parsuomash.affogato.logger.android.logcat
package com.parsuomash.affogato.logger.android.logcat.ex

import com.parsuomash.affogato.logger.android.LogLevel
import com.parsuomash.affogato.logger.android.Logger
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@file:Suppress("unused")

package com.parsuomash.affogato.logger.android.logcat
package com.parsuomash.affogato.logger.android.logcat.lambda

import com.parsuomash.affogato.logger.android.LogLevel
import com.parsuomash.affogato.logger.android.Logger
Expand Down

0 comments on commit 6d0edeb

Please sign in to comment.