Skip to content

Commit

Permalink
Merge pull request #123 from Foso/dependabot/gradle/compose_version-1…
Browse files Browse the repository at this point in the history
….3.1

Bump compose_version from 1.3.0 to 1.3.1
  • Loading branch information
Foso authored Jan 2, 2023
2 parents 430c895 + 6b777d2 commit 3b40029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ subprojects {
}

dependencies {
def compose_version = "1.3.0"
def compose_version = "1.3.1"

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "androidx.appcompat:appcompat:1.5.1"
Expand Down

0 comments on commit 3b40029

Please sign in to comment.