Fix build

This commit is contained in:
MM20 2024-05-08 19:21:53 +02:00
parent 7b30f063ec
commit d54c3026c4
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
2 changed files with 3 additions and 4 deletions

View File

@ -1,12 +1,11 @@
package de.mm20.launcher2.ui.launcher
import android.content.Intent
import android.util.Log
import com.android.launcher3.GestureNavContract
class LauncherActivity: SharedLauncherActivity(LauncherActivityMode.Launcher) {
override fun onNewIntent(intent: Intent?) {
override fun onNewIntent(intent: Intent) {
super.onNewIntent(intent)
val navContract = intent?.let { GestureNavContract.fromIntent(it) }
if (navContract != null) {

View File

@ -8,7 +8,7 @@ pluginSdk = "1.1.0"
gradle = "8.1.2"
android-gradle-plugin = "8.2.2"
protobuf-gradle-plugin = "0.9.4"
ksp-gradle-plugin = "1.9.23-1.0.19"
ksp-gradle-plugin = "1.9.23-1.0.20"
kotlin = "1.9.23"
kotlinx-coroutines = "1.8.0"
@ -19,7 +19,7 @@ jetbrains-markdown = "0.5.2"
androidx-compose = "1.7.0-alpha08"
androidx-compose-material3 = "1.3.0-alpha06"
androidx-compose-compiler = "1.5.12"
androidx-compose-compiler = "1.5.13"
androidx-lifecycle = "2.7.0"
androidx-core = "1.14.0-alpha01"
androidx-appcompat = "1.7.0-beta01"