Skip to content

Commit

Permalink
gha test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Feb 6, 2024
1 parent 4d0f1ab commit 2e1b217
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,7 @@ android {
coreLibraryDesugaringEnabled true
}

if (project.hasProperty('keystore')) {
signingConfigs {
release {
storeFile file(project.keystore)
storePassword project.storePassword
keyAlias project.alias
keyPassword project.keyPassword
}
}

buildTypes {
release {
signingConfig signingConfigs.release
}
}
}

buildTypes {
release {
Expand Down

0 comments on commit 2e1b217

Please sign in to comment.