Skip to content

Commit

Permalink
Simplifies proguard by using IDriveConnectKitAndroid
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Feb 11, 2024
1 parent 7e8b9b9 commit 96997c5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ dependencies {
implementation 'io.bimmergestalt:IDriveConnectKitAndroid:0.5'
testImplementation 'io.bimmergestalt:IDriveConnectKit:0.6'
androidTestImplementation 'io.bimmergestalt:IDriveConnectKit:0.6'
androidTestImplementation 'io.bimmergestalt:IDriveConnectKitAndroid:0.2'
androidTestImplementation 'io.bimmergestalt:IDriveConnectKitAndroid:proguard-SNAPSHOT'
androidTestImplementation "org.bouncycastle:bcmail-jdk16:1.46"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlin_coroutines_version"
testImplementation "org.powermock:powermock-core:2.0.9"
Expand Down
3 changes: 0 additions & 3 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
-keep class androidx.drawerlayout.widget.** { *; }
-keep class com.google.** { *; }
-keep class io.wax911.emojify.model.Emoji { *; }
-keep class io.bimmergestalt.idriveconnectkit.rhmi.* { *; }
-keep class io.bimmergestalt.idriveconnectkit.android.security.* { *; }
-keep public class * extends org.apache.etch.bindings.java.transport.FormatFactory
-keep class me.hufman.androidautoidrive.** { *; }

-keepclasseswithmembernames class * {
Expand Down

0 comments on commit 96997c5

Please sign in to comment.