Skip to content

Commit

Permalink
android: Remove unneeded proguard rule
Browse files Browse the repository at this point in the history
The methods other than forTarget() were no longer used after 493af03.
forTarget() was no longer used after cda0e9d.
  • Loading branch information
ejona86 authored Nov 8, 2023
1 parent 45ffb06 commit 3ca3b99
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ android {
}
compileSdkVersion 34
defaultConfig {
consumerProguardFiles "proguard-rules.txt"
minSdkVersion 21
targetSdkVersion 33
versionCode 1
Expand Down
6 changes: 0 additions & 6 deletions android/proguard-rules.txt

This file was deleted.

0 comments on commit 3ca3b99

Please sign in to comment.