Skip to content

Commit f7f2346

Browse files
authored
Fix ProGuard R8 issues on PasscodeLock library (release/2.36) (#1758)
2 parents 33a0167 + 6086403 commit f7f2346

File tree

2 files changed

+0
-28
lines changed

2 files changed

+0
-28
lines changed

PasscodeLock/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ android {
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
}
2222

23-
buildTypes {
24-
release {
25-
minifyEnabled true
26-
shrinkResources false
27-
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
28-
}
29-
}
3023
compileOptions {
3124
sourceCompatibility JavaVersion.VERSION_11
3225
targetCompatibility JavaVersion.VERSION_11

PasscodeLock/proguard-rules.pro

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)