manager: don't obfuscate Profile
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
package me.weishu.kernelsu
|
package me.weishu.kernelsu
|
||||||
|
|
||||||
import android.os.Parcelable
|
import android.os.Parcelable
|
||||||
|
import androidx.annotation.Keep
|
||||||
import androidx.compose.runtime.Immutable
|
import androidx.compose.runtime.Immutable
|
||||||
import kotlinx.parcelize.Parcelize
|
import kotlinx.parcelize.Parcelize
|
||||||
|
|
||||||
@@ -49,6 +50,7 @@ object Natives {
|
|||||||
|
|
||||||
@Immutable
|
@Immutable
|
||||||
@Parcelize
|
@Parcelize
|
||||||
|
@Keep
|
||||||
data class Profile(
|
data class Profile(
|
||||||
// and there is a default profile for root and non-root
|
// and there is a default profile for root and non-root
|
||||||
val name: String,
|
val name: String,
|
||||||
|
|||||||
Reference in New Issue
Block a user