From ec96e4eb147f1ee33eb1a9e1cc15fddd6f28d648 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 23:03:59 +0000 Subject: [PATCH] Update dependency com.kieronquinn.smartspacer:sdk-client to v1.0.6 (#3765) * Update dependency com.kieronquinn.smartspacer:sdk-client to v1.0.6 * Update proguard.pro --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goooler --- build.gradle | 2 +- proguard.pro | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 041a0f3114..e1360e2a66 100644 --- a/build.gradle +++ b/build.gradle @@ -416,7 +416,7 @@ dependencies { implementation 'com.airbnb.android:lottie:6.2.0' // Smartspacer - implementation('com.kieronquinn.smartspacer:sdk-client:1.0.5') { + implementation('com.kieronquinn.smartspacer:sdk-client:1.0.6') { exclude group: "com.github.skydoves", module: "balloon" } } diff --git a/proguard.pro b/proguard.pro index b432cbceed..170ba86e72 100644 --- a/proguard.pro +++ b/proguard.pro @@ -44,5 +44,3 @@ -keep class com.google.protobuf.Timestamp { *; } # TODO: Remove this after the change in https://github.com/ChickenHook/RestrictionBypass/pull/9 has been released. -keep class org.chickenhook.restrictionbypass.** { *; } -# TODO: Remove this after the change in https://github.com/KieronQuinn/Smartspacer/pull/58 has been released. --keep class com.kieronquinn.app.smartspacer.sdk.** { *; }