Skip to content

Commit

Permalink
Merge pull request #60 from afterpay/disable-sdk-proguard
Browse files Browse the repository at this point in the history
Disable minification of the SDK and remove unneeded proguard rules
  • Loading branch information
Rypac authored Jul 22, 2020
2 parents cd5e39b + 9c85e45 commit bb4902b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions afterpay/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ android {
kotlinOptions {
jvmTarget = versions.java
}

buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
Expand Down
2 changes: 0 additions & 2 deletions afterpay/proguard-rules.pro

This file was deleted.

0 comments on commit bb4902b

Please sign in to comment.