Skip to content

Commit

Permalink
RMET-3887 :: version bump (#42)
Browse files Browse the repository at this point in the history
* fix: bump kotlin + gradle versions
* fix: add missing dependency update


https://outsystemsrd.atlassian.net/browse/RMET-3887
  • Loading branch information
OS-martacarlos authored Dec 3, 2024
1 parent d8be392 commit 9060fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
implementation "androidx.activity:activity-compose:1.9.3"
implementation 'androidx.compose.material3:material3:1.3.1'
implementation 'androidx.compose.material3:material3-window-size-class:1.0.0'
implementation 'androidx.compose.material3:material3-window-size-class:1.3.1'
implementation 'androidx.window:window:1.3.0'

testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.outsystems</groupId>
<artifactId>osbarcode-android</artifactId>
<version>1.2.0-dev3</version>
<version>1.2.0-dev4</version>
</project>

0 comments on commit 9060fe2

Please sign in to comment.