Skip to content

Commit bb7f070

Browse files
committed
restructure
1 parent 7a89db6 commit bb7f070

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

LogcatCountlyLib/src/main/java/info/hannes/logging/LoggingApplication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package info.hannes.logging
22

33
import android.app.Application
44
import info.hannes.countly.Analytics
5-
import info.hannes.countly.CountlyTree
5+
import info.hannes.timber.CountlyTree
66
import info.hannes.timber.DebugTree
77
import timber.log.Timber
88

LogcatCountlyLib/src/main/java/info/hannes/countly/CountlyTree.kt renamed to LogcatCountlyLib/src/main/java/info/hannes/timber/CountlyTree.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
package info.hannes.countly
1+
package info.hannes.timber
22

33
import android.util.Log
4-
import info.hannes.timber.DebugTree
4+
import info.hannes.countly.Analytics
55

66
class CountlyTree(private val analytics: Analytics, private val serverIgnoreToken: String? = null) : DebugTree() {
77

0 commit comments

Comments
 (0)