Skip to content

Commit

Permalink
Update app proguard rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer committed May 14, 2024
1 parent 4730851 commit d48b445
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,52 @@
# hide the original source file name.
-renamesourcefileattribute SourceFile

-dontwarn com.mr3y.podcaster.PodcasterDatabase
-dontwarn com.mr3y.podcaster.StringsKt
-dontwarn com.mr3y.podcaster.core.data.PodcastsRepository
-dontwarn com.mr3y.podcaster.core.data.internal.DefaultPodcastsRepository
-dontwarn com.mr3y.podcaster.core.local.dao.DefaultPodcastsDao
-dontwarn com.mr3y.podcaster.core.local.dao.DefaultRecentSearchesDao
-dontwarn com.mr3y.podcaster.core.local.dao.PodcastsDao
-dontwarn com.mr3y.podcaster.core.local.dao.RecentSearchesDao
-dontwarn com.mr3y.podcaster.core.local.di.DatabaseModule_ProvideDatabaseInstanceFactory
-dontwarn com.mr3y.podcaster.core.local.di.DatabaseModule_ProvideIOCoroutineDispatcherFactory
-dontwarn com.mr3y.podcaster.core.logger.Logger
-dontwarn com.mr3y.podcaster.core.logger.di.LoggingModule_ProvideLoggerInstanceFactory
-dontwarn com.mr3y.podcaster.core.network.PodcastIndexClient
-dontwarn com.mr3y.podcaster.core.network.di.NetworkModule_ProvideJsonInstanceFactory
-dontwarn com.mr3y.podcaster.core.network.di.NetworkModule_ProvideKtorClientInstanceFactory
-dontwarn com.mr3y.podcaster.core.network.internal.DefaultPodcastIndexClient
-dontwarn com.mr3y.podcaster.core.opml.FileManager
-dontwarn com.mr3y.podcaster.core.opml.OpmlAdapter
-dontwarn com.mr3y.podcaster.core.opml.OpmlManager
-dontwarn com.mr3y.podcaster.core.opml.di.XMLSerializerModule_ProvideIOCoroutineDispatcherFactory
-dontwarn com.mr3y.podcaster.core.opml.di.XMLSerializerModule_ProvideXMLInstanceFactory
-dontwarn com.mr3y.podcaster.core.opml.model.OpmlResult$Error$DecodingError
-dontwarn com.mr3y.podcaster.core.opml.model.OpmlResult$Error$EncodingError
-dontwarn com.mr3y.podcaster.core.opml.model.OpmlResult$Error$NetworkError
-dontwarn com.mr3y.podcaster.core.opml.model.OpmlResult$Error$NoContentInOpmlFile
-dontwarn com.mr3y.podcaster.core.opml.model.OpmlResult$Error$UnknownFailure
-dontwarn com.mr3y.podcaster.core.opml.model.OpmlResult$Error
-dontwarn com.mr3y.podcaster.core.opml.model.OpmlResult$Loading
-dontwarn com.mr3y.podcaster.core.opml.model.OpmlResult$Success
-dontwarn com.mr3y.podcaster.core.opml.model.OpmlResult
-dontwarn com.mr3y.podcaster.core.sync.InitializerKt
-dontwarn com.mr3y.podcaster.core.sync.SubscriptionsSyncWorker_AssistedFactory
-dontwarn com.mr3y.podcaster.ui.components.DownloadButtonKt
-dontwarn com.mr3y.podcaster.ui.components.ErrorKt
-dontwarn com.mr3y.podcaster.ui.components.HtmlConverterKt
-dontwarn com.mr3y.podcaster.ui.components.LoadingIndicatorKt
-dontwarn com.mr3y.podcaster.ui.components.PaddingValuesKt
-dontwarn com.mr3y.podcaster.ui.components.PlayPauseButtonKt
-dontwarn com.mr3y.podcaster.ui.components.PullToRefreshKt
-dontwarn com.mr3y.podcaster.ui.components.QueueButtonsKt
-dontwarn com.mr3y.podcaster.ui.components.TopAppBarKt
-dontwarn com.mr3y.podcaster.ui.resources.PodcasterEnStringsKt
-dontwarn com.mr3y.podcaster.ui.resources.PodcasterStrings
-dontwarn com.mr3y.podcaster.ui.theme.ColorUtilsKt
-dontwarn com.mr3y.podcaster.ui.theme.Theme
-dontwarn com.mr3y.podcaster.ui.theme.ThemeKt
-dontwarn org.slf4j.impl.StaticLoggerBinder

-keep,allowobfuscation,allowshrinking class kotlin.coroutines.Continuation

0 comments on commit d48b445

Please sign in to comment.