Skip to content

Commit 8688ac6

Browse files
authored
Merge pull request #24 from Qase/FIX/proguard
FIX: keep log.Log
2 parents 3e11b26 + ef8e2b9 commit 8688ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlinlog/proguard-rules.pro

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@
3333
volatile <fields>;
3434
}
3535

36-
-keep class quanti.com.kotlinlog.Log
36+
-keep class quanti.com.kotlinlog.Log
37+
-keep class **.*log.Log**

kotlinlog/src/main/kotlin/quanti/com/kotlinlog/utils/PermissionHelper.kt

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package quanti.com.kotlinlog.utils
33
import android.content.Context
44
import android.content.pm.PackageManager
55
import androidx.core.content.ContextCompat
6-
import java.util.jar.Manifest
76

87
/**
98
* Created by Trnka Vladislav on 04.07.2017.

0 commit comments

Comments
 (0)