From cdd46e7d351d56eb708448c3d7c759c033cfb6b9 Mon Sep 17 00:00:00 2001 From: MR3Y Date: Wed, 15 May 2024 20:59:03 +0300 Subject: [PATCH] Downgrade AGP version to 8.3.2 --- app/proguard-rules.pro | 46 ------------------------------------ core/sync/proguard-rules.pro | 2 -- gradle/libs.versions.toml | 2 +- 3 files changed, 1 insertion(+), 49 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 308d1a1c..d1e6a27f 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -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 \ No newline at end of file diff --git a/core/sync/proguard-rules.pro b/core/sync/proguard-rules.pro index c42c80fd..481bb434 100644 --- a/core/sync/proguard-rules.pro +++ b/core/sync/proguard-rules.pro @@ -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 \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e59e2094..fefacb75 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"