Skip to content

Commit 277f907

Browse files
committed
Clean up shrinker rules.
1 parent b0b4a31 commit 277f907

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

android/app/shrinker-rules.pro

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@
5353
void traceEventEnd();
5454
}
5555

56-
# TODO remove once fix in Firebase is released
57-
# Explicitly keep default constructor in subtypes of ComponentRegistrar
58-
-keep class * implements com.google.firebase.components.ComponentRegistrar { void <init>(); }
59-
60-
# TODO remove once fix in work manager (transitively room) is released
61-
# Explicitly keep default constructor in subtypes of RoomDatabase
62-
-keep class * extends androidx.room.RoomDatabase { void <init>(); }
63-
6456
# This is generated automatically by the Android Gradle plugin.
6557
-dontwarn kotlinx.serialization.KSerializer
6658
-dontwarn kotlinx.serialization.Serializable
@@ -79,4 +71,3 @@
7971
-dontwarn org.openjsse.javax.net.ssl.SSLSocket
8072
-dontwarn org.openjsse.net.ssl.OpenJSSE
8173
-dontwarn org.slf4j.impl.StaticLoggerBinder
82-

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.1.20"
33
ksp = "2.1.20-1.0.32"
4-
androidGradlePlugin = "8.11.0-alpha03"
4+
androidGradlePlugin = "8.11.0-alpha04"
55
gradle-develocityPlugin = "3.19.2"
66
gradle-toolchainsResolverPlugin = "0.9.0"
77
appVersioning = "1.4.0"

0 commit comments

Comments
 (0)