Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
halx99 authored Jan 19, 2024
1 parent bc6523d commit b875400
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/cpp-tests/proj.android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ android {
}

signingConfigs {
debug {
storeFile file(DEBUG_KEY_STORE_FILE)
storePassword DEBUG_KEY_STORE_PASSWORD
keyAlias DEBUG_KEY_ALIAS
keyPassword DEBUG_KEY_PASSWORD
}
release {
if (project.hasProperty("KEY_STORE_FILE")) {
storeFile file(KEY_STORE_FILE)
Expand Down Expand Up @@ -84,7 +78,6 @@ android {
debuggable true
jniDebuggable true
renderscriptDebuggable true
signingConfig signingConfigs.debug
}
}

Expand Down

0 comments on commit b875400

Please sign in to comment.