Skip to content

Commit

Permalink
Downgrade AGP version to 8.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer committed May 15, 2024
1 parent d48b445 commit cdd46e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 49 deletions.
46 changes: 0 additions & 46 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,52 +24,6 @@
# 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
2 changes: 0 additions & 2 deletions core/sync/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

-dontwarn com.mr3y.podcaster.core.data.PodcastsRepository

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
minSdk = "26"
targetSdk = "34"
compileSdk = "34"
agp = "8.4.0"
agp = "8.3.2"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.19"
ktlint = "12.1.1"
Expand Down

0 comments on commit cdd46e7

Please sign in to comment.