Skip to content

Commit

Permalink
chore(deps): Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
itachi1706 committed Jun 14, 2024
1 parent 6575482 commit c2f6689
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,20 +80,20 @@ dependencies {

implementation fileTree(dir: 'libs', include: ['*.jar'])
// Import the BoM for the Firebase platform
implementation platform('com.google.firebase:firebase-bom:33.0.0')
implementation platform('com.google.firebase:firebase-bom:33.1.0')
// Import the Compose BOM
implementation platform('androidx.compose:compose-bom:2024.05.00')
implementation platform('androidx.compose:compose-bom:2024.06.00')

implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.activity:activity-compose:1.9.0'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.compose.animation:animation-core-android'
implementation 'androidx.compose.material:material'
implementation 'androidx.compose.ui:ui-graphics-android'
implementation 'androidx.compose.foundation:foundation-android:1.6.7'
implementation 'androidx.compose.ui:ui-tooling-preview-android:1.6.7'
implementation 'androidx.compose.foundation:foundation-android:1.6.8'
implementation 'androidx.compose.ui:ui-tooling-preview-android:1.6.8'
implementation 'androidx.window:window:1.3.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.dynamicanimation:dynamicanimation-ktx:1.0.0-alpha03'
implementation 'androidx.preference:preference-ktx:1.2.1'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<string name="share_text">Share Text</string>
<string name="cat_icon">Cat Icon</string>
<string name="view_latest_egg_resource">Click to view easter egg for your current version of Android</string>
<string name="required_android_version_sdk_sdkint_template">Required: Android %VERSION% (SDK %SDKINT%)</string>
<string name="required_android_version_sdk_sdkint_template" formatted="false">Required: Android %VERSION% (SDK %SDKINT%)</string>
<string name="android_range_template">Android %RANGE%</string>
<string name="android_version_template">%ANDROID VERSION%</string>
<string name="add_player">Add Player</string>
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ buildscript {

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.google.gms:google-services:4.4.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
classpath 'com.google.gms:google-services:4.4.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.1'
classpath 'com.google.firebase:perf-plugin:1.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
Expand Down

0 comments on commit c2f6689

Please sign in to comment.