Skip to content

Commit

Permalink
updated compose libs
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Aug 22, 2023
1 parent da2260a commit 19d08bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
ext {
compose_libs_version = '1.4.3'
compose_ui_libs_version = '1.4.3'
compose_libs_version = '1.5.0'
compose_ui_libs_version = '1.5.0'
compose_compiler_version = '1.5.1'
}
}/*
Expand Down

0 comments on commit 19d08bc

Please sign in to comment.