Skip to content

Commit

Permalink
Edured-84: Trying to fix proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulia Stana committed Apr 25, 2023
1 parent 15773e2 commit d9e5830
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,25 @@
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep public class * extends androidx.lifecycle.ViewModel
-keep public class * extends android.app.Application
-keep public class * extends android.app.Service
-keep public class nl.eduid.MainComposeActivity

-keepattributes *Annotation*
-keepclassmembers class * implements android.os.Parcelable {
static ** CREATOR;
}
# keep names for any Parcelabe & Serializable
-keepnames class * extends android.os.Parcelable
-keepnames class * extends java.io.Serializable

-keep com.google.firebase.analytics.connector.AnalyticsConnector
-keep org.bouncycastle.jsse.BCSSLParameters
-keep org.bouncycastle.jsse.BCSSLSocket
-keep org.bouncycastle.jsse.provider.BouncyCastleJsseProvider
-keep org.conscrypt.Conscrypt
-keep org.conscrypt.ConscryptHostnameVerifier
-keep org.openjsse.javax.net.ssl.SSLParameters
-keep org.openjsse.javax.net.ssl.SSLSocket
-keep org.openjsse.net.ssl.OpenJSSE

0 comments on commit d9e5830

Please sign in to comment.