File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,11 @@ android {
48
48
}
49
49
isMinifyEnabled = false
50
50
proguardFiles(getDefaultProguardFile(" proguard-android.txt" ), " proguard-rules.pro" )
51
+ // If signing.properties file not found, gradle will build an unsigned APK.
52
+ // For release builds, provide the required "signingPropsFilePath" for a signed APK, using:
53
+ // ./gradlew assembleRelease -PsigningPropsFilePath=absolute-file-path/signing.properties
51
54
if (signingPropsFile.exists())
52
55
signingConfig = signingConfigs.getByName(" esriSignature" )
53
- else {
54
- Log .e(
55
- tag = " GradleSigningException" ,
56
- message = " signing.properties file not found: ${signingPropsFile.absolutePath} , this will build an unsigned APK.\n " +
57
- " Please provide the required \" signingPropsFilePath\" for a signed APK, using:\n " +
58
- " ./gradlew assembleRelease -PsigningPropsFilePath=absolute-file-path/signing.properties"
59
- )
60
- }
61
-
62
56
}
63
57
}
64
58
You can’t perform that action at this time.
0 commit comments