Skip to content

Commit 5ca8da3

Browse files
authored
Merge pull request #29 from trambui09/add-predictive-back
add predictive back support
2 parents f5f6a04 + 1240952 commit 5ca8da3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
android:label="@string/app_name"
3838
android:roundIcon="@mipmap/ic_launcher_round"
3939
android:supportsRtl="true"
40+
android:enableOnBackInvokedCallback="true"
4041
android:theme="@style/Theme.Social"
41-
tools:targetApi="31">
42+
tools:targetApi="34">
4243
<activity
4344
android:name=".MainActivity"
4445
android:exported="true"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ksp = "1.9.20-1.0.14"
3636
lifecycle = "2.7.0-rc02"
3737
material3 = "1.2.0-beta01"
3838
media3 = "1.3.0-rc01"
39-
navigation = "2.7.6"
39+
navigation = "2.8.0-alpha03"
4040
profileinstaller = "1.3.1"
4141
room = "2.6.1"
4242
spotless = "6.24.0"

0 commit comments

Comments
 (0)