File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
src/functionalTest/kotlin/io/github/reactivecircus/appversioning/fixtures Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 8080 if : failure()
8181 uses : actions/upload-artifact@v3
8282 with :
83- name : build-outputs
83+ name : test-reports
8484 path : build/reports/tests/functionalTest
8585 retention-days : 3
8686
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ abstract class AndroidProjectTemplate {
6161 ${pluginExtension ? : " " }
6262
6363 android {
64+ namespace = "$DEFAULT_PACKAGE_NAME .$projectName "
6465 compileSdkVersion(33)
6566 defaultConfig {
6667 minSdkVersion(21)
@@ -91,6 +92,7 @@ abstract class AndroidProjectTemplate {
9192 ${pluginExtension ? : " " }
9293
9394 android {
95+ namespace '$DEFAULT_PACKAGE_NAME .$projectName '
9496 compileSdkVersion 33
9597 defaultConfig {
9698 minSdkVersion 21
You can’t perform that action at this time.
0 commit comments