We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5f6a04 + 1240952 commit 5ca8da3Copy full SHA for 5ca8da3
app/src/main/AndroidManifest.xml
@@ -37,8 +37,9 @@
37
android:label="@string/app_name"
38
android:roundIcon="@mipmap/ic_launcher_round"
39
android:supportsRtl="true"
40
+ android:enableOnBackInvokedCallback="true"
41
android:theme="@style/Theme.Social"
- tools:targetApi="31">
42
+ tools:targetApi="34">
43
<activity
44
android:name=".MainActivity"
45
android:exported="true"
gradle/libs.versions.toml
@@ -36,7 +36,7 @@ ksp = "1.9.20-1.0.14"
36
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"
0 commit comments