There was an error while loading. Please reload this page.
1 parent 3147acd commit 82e6f84Copy full SHA for 82e6f84
3 files changed
common/module.yaml
@@ -16,7 +16,7 @@ settings:
16
android:
17
namespace: "de.sipgate.federmappe.common"
18
publishing:
19
- name: common
+ artifactId: common
20
21
test-settings:
22
kotlin:
firestore/module.yaml
@@ -22,7 +22,7 @@ settings:
minSdk: 23
23
# testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner"
24
25
- name: firestore
+ artifactId: firestore
26
27
28
realtimedb/module.yaml
@@ -31,7 +31,7 @@ settings:
31
namespace: "de.sipgate.federmappe.realtimedb"
32
33
34
- name: realtimedb
+ artifactId: realtimedb
35
36
apply:
37
- ../publish.module-template.yaml
0 commit comments