Skip to content

Commit

Permalink
Merge pull request #56 from plaid/remove-signing-config
Browse files Browse the repository at this point in the history
Remove signingConfig
  • Loading branch information
JeroenMols authored May 6, 2020
2 parents 2ce9dc7 + b83ce50 commit d2d5e44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,6 @@ android {
versionName "1.0"
}

signingConfigs {
release {
storeFile file('../keystore/release.jks')
storePassword 'release'
keyAlias = 'PlaidLinkSample'
keyPassword 'plaid1234'
}
}

buildTypes {
release {
signingConfig signingConfigs.release
}
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
Binary file removed keystore/release.jks
Binary file not shown.

0 comments on commit d2d5e44

Please sign in to comment.