Skip to content

Commit

Permalink
Raised OSHealthFitness to 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nflsilva committed Nov 9, 2021
1 parent 4cb3dc9 commit 4ac903a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
Binary file modified OSHealthFitnessLib-release.aar
Binary file not shown.
29 changes: 22 additions & 7 deletions pom-health.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,32 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.outsystems</groupId>
<artifactId>oshealthfitness-android</artifactId>
<version>0.0.8</version>
<version>0.0.10</version>
<dependencies>
<dependency>
<groupId>com.github.outsystems</groupId>
<artifactId>oscore-android</artifactId>
<version>0.0.3</version>
</dependency>
<dependency>
<groupId>io.realm</groupId>
<artifactId>realm-android-library</artifactId>
<version>10.8.0</version>
</dependency>
</dependency>
<dependency>
<groupId>androidx.room<groupId>
<artifactId>room-runtime</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>androidx.room<groupId>
<artifactId>room-compiler</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>androidx.room<groupId>
<artifactId>room-ktx</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>android.arch.persistence.room<groupId>
<artifactId>compiler<artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 4ac903a

Please sign in to comment.