Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 71833c1d authored by Hawkwood Glazier's avatar Hawkwood Glazier Committed by Android (Google) Code Review
Browse files

Merge "Fix gson usage with R8 full mode" into tm-qpr-dev

parents 2be66c9b 3b6191e6
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -59,6 +59,9 @@ android_library {
    resource_dirs: [
    resource_dirs: [
        "res",
        "res",
    ],
    ],
    optimize: {
        proguard_flags_files: ["proguard.flags"],
    },
    java_version: "1.8",
    java_version: "1.8",
    min_sdk_version: "current",
    min_sdk_version: "current",
    plugins: ["dagger2-compiler"],
    plugins: ["dagger2-compiler"],
+4 −0
Original line number Original line Diff line number Diff line
# Retain signatures of TypeToken and its subclasses for gson usage in ClockRegistry
-keepattributes Signature
-keep,allowobfuscation,allowshrinking class com.google.gson.reflect.TypeToken
-keep,allowobfuscation,allowshrinking class * extends com.google.gson.reflect.TypeToken
 No newline at end of file