Skip to content

Commit

Permalink
update to TapSDK 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WatchMan-Wang committed Dec 29, 2021
1 parent b44c9bd commit 99356e9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,6 @@ android {
// ndk.abiFilters("arm64-v8a, x86_64")
}

signingConfigs {
release {
keyAlias 'wxlogin'
keyPassword '111111'
storeFile file('../sign_password_111111.keystore')
storePassword '111111'
}
debug {
keyAlias 'wxlogin'
keyPassword '111111'
storeFile file('../sign_password_111111.keystore')
storePassword '111111'
}
}

buildTypes {
release {
Expand Down

0 comments on commit 99356e9

Please sign in to comment.