Skip to content

Commit

Permalink
add predictive back support and upgrade nav compose dependency to get…
Browse files Browse the repository at this point in the history
… cross-screen animations
  • Loading branch information
trambui09 committed Feb 28, 2024
1 parent bfc7a59 commit edfcebe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:enableOnBackInvokedCallback="true"
android:theme="@style/Theme.Social"
tools:targetApi="31">
tools:targetApi="34">
<activity
android:name=".MainActivity"
android:exported="true"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ksp = "1.9.20-1.0.14"
lifecycle = "2.7.0-rc02"
material3 = "1.2.0-beta01"
media3 = "1.2.0"
navigation = "2.7.6"
navigation = "2.8.0-alpha03"
profileinstaller = "1.3.1"
room = "2.6.1"
spotless = "6.24.0"
Expand Down

0 comments on commit edfcebe

Please sign in to comment.