Skip to content

Commit

Permalink
Merge pull request #29 from trambui09/add-predictive-back
Browse files Browse the repository at this point in the history
add predictive back support
  • Loading branch information
trambui09 authored Mar 7, 2024
2 parents f5f6a04 + 1240952 commit 5ca8da3
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.3.0-rc01"
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 5ca8da3

Please sign in to comment.