We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933904b commit 65fa337Copy full SHA for 65fa337
app/build.gradle
@@ -8,6 +8,7 @@ android {
8
if (!System.getenv("IS_CI_BUILD").equals("true")) {
9
//If this is the local build, load it from the keystore.properties file
10
File signFile = rootProject.file('local.properties')
11
+
12
if (signFile.exists()) {
13
Properties props = new Properties()
14
props.load(new FileInputStream(signFile))
0 commit comments