Skip to content

Commit 73a0a84

Browse files
fix: fixing tags on pom.xml
1 parent 4f82ab5 commit 73a0a84

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom-health.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.outsystems</groupId>
88
<artifactId>oshealthfitness-android</artifactId>
9-
<version>0.0.28</version>
9+
<version>0.0.29</version>
1010
<dependencies>
1111
<dependency>
12-
<groupId>androidx.room<groupId>
12+
<groupId>androidx.room</groupId>
1313
<artifactId>room-runtime</artifactId>
1414
<version>2.3.0</version>
1515
</dependency>
1616
<dependency>
17-
<groupId>androidx.room<groupId>
17+
<groupId>androidx.room</groupId>
1818
<artifactId>room-compiler</artifactId>
1919
<version>2.3.0</version>
2020
</dependency>
2121
<dependency>
22-
<groupId>androidx.room<groupId>
22+
<groupId>androidx.room</groupId>
2323
<artifactId>room-ktx</artifactId>
2424
<version>2.3.0</version>
2525
</dependency>
2626
<dependency>
27-
<groupId>android.arch.persistence.room<groupId>
28-
<artifactId>compiler<artifactId>
27+
<groupId>android.arch.persistence.room</groupId>
28+
<artifactId>compiler</artifactId>
2929
<version>1.1.1</version>
3030
</dependency>
3131
</dependencies>

0 commit comments

Comments
 (0)