Skip to content

Commit

Permalink
Merge pull request #8 from canopas/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
cp-megh-l authored Jan 2, 2024
2 parents 945aec1 + 0a8f1f5 commit 350b600
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ android {
defaultConfig {
applicationId = "com.example.animatedbottombarcompose"
minSdk = 24
targetSdk = 34
versionCode = 1
versionName = "1.0"

Expand Down Expand Up @@ -52,11 +51,11 @@ android {
dependencies {

implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.2")
implementation("androidx.activity:activity-compose:1.8.0")
implementation("androidx.activity:activity-compose:1.8.2")
implementation(platform("androidx.compose:compose-bom:2023.09.00"))
implementation("androidx.compose.ui:ui")
implementation("androidx.compose.ui:ui-graphics")
implementation("androidx.navigation:navigation-compose:2.7.4")
implementation("androidx.navigation:navigation-compose:2.7.6")
implementation("androidx.compose.ui:ui-tooling-preview")
implementation("androidx.compose.material3:material3")
testImplementation("junit:junit:4.13.2")
Expand Down
2 changes: 1 addition & 1 deletion bottombar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply{

android {
namespace = "com.example.bottombar"
compileSdk = 33
compileSdk = 34

defaultConfig {
minSdk = 24
Expand Down

0 comments on commit 350b600

Please sign in to comment.