We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e11b26 + ef8e2b9 commit 8688ac6Copy full SHA for 8688ac6
kotlinlog/proguard-rules.pro
@@ -33,4 +33,5 @@
33
volatile <fields>;
34
}
35
36
--keep class quanti.com.kotlinlog.Log
+-keep class quanti.com.kotlinlog.Log
37
+-keep class **.*log.Log**
kotlinlog/src/main/kotlin/quanti/com/kotlinlog/utils/PermissionHelper.kt
@@ -3,7 +3,6 @@ package quanti.com.kotlinlog.utils
3
import android.content.Context
4
import android.content.pm.PackageManager
5
import androidx.core.content.ContextCompat
6
-import java.util.jar.Manifest
7
8
/**
9
* Created by Trnka Vladislav on 04.07.2017.
0 commit comments