Skip to content

Commit

Permalink
Remove actions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kriticalflare committed Jan 3, 2020
1 parent 1225685 commit 6efbbe4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/build-and-release.yml

This file was deleted.

7 changes: 6 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ android {
storeFile file(keystoreProperties['storeFile'])
storePassword keystoreProperties['storePassword']
}
debug {
keyAlias keystoreProperties['keyAlias']
keyPassword keystoreProperties['keyPassword']
storeFile file(keystoreProperties['storeFile'])
storePassword keystoreProperties['storePassword']
}
}

buildTypes {
Expand All @@ -72,7 +78,6 @@ android {
}

debug {
// signingConfig signingConfigs.release
signingConfig signingConfigs.debug
}
}
Expand Down

0 comments on commit 6efbbe4

Please sign in to comment.