python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Proguard covert constant string value somehow
I'm getting issue when using proguard. For some reasons it's changing only one string value in firebase-installation library, file is com.google.firebase.installations.remote.FirebaseInstallationServi...
Sasha Sheremeta
Votes: 0
Answers: 0
Obfuscation for Compose Desktop application. Probably with ProGuard
Our main task is to make a GUI application on Windows (and preferably on Mac too) so it would be impossible/extremely difficult to find out the source code (Kotlin). Question is = how to do it?
Ideal...
Nikita Avramenko
Votes: 0
Answers: 1
Relase aar doesn't contain any code android?
I am using android studio bumble bee
I created a module library which has a single class
class Lib2 {
fun print(){
println("From lib2")
}
}
The proguard as
-keepclasseswithmembers clas...
WISHY
Votes: 0
Answers: 1
How to override other proguard rules
I wish to remove a class A with the following signature
package com.example
class A : Base {}
from a thirdpartylib.aar that comes with its own set of proguard/r8 rules one of which is
-keep public c...
humblerookie
Votes: 0
Answers: 1