ci: rename android package namespace and add diagnostic of the build dir
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Signed-off-by: Yurii Shynbuiev <[email protected]>
Adds a standard debug signing configuration to the `apollo` module's `build.gradle.kts` file. This addresses the error 'Cannot perform signing task ':apollo:signAndroidDebugPublication' because it has no configured signatory' that occurred during the `publishToMavenLocal` step in CI. The `signAllPublications()` directive in the root build script, combined with publishing debug variants, necessitated that the Android debug build type have an explicitly configured signatory.
Adds a standard debug signing configuration to the `apollo` module's `build.gradle.kts` file. This addresses the error 'Cannot perform signing task ':apollo:signAndroidDebugPublication' because it has no configured signatory' that occurred during the `publishToMavenLocal` step in CI. The `signAllPublications()` directive in the root build script, combined with publishing debug variants, necessitated that the Android debug build type have an explicitly configured signatory.