Fix build
This commit is contained in:
parent
7b30f063ec
commit
d54c3026c4
@ -1,12 +1,11 @@
|
|||||||
package de.mm20.launcher2.ui.launcher
|
package de.mm20.launcher2.ui.launcher
|
||||||
|
|
||||||
import android.content.Intent
|
import android.content.Intent
|
||||||
import android.util.Log
|
|
||||||
import com.android.launcher3.GestureNavContract
|
import com.android.launcher3.GestureNavContract
|
||||||
|
|
||||||
|
|
||||||
class LauncherActivity: SharedLauncherActivity(LauncherActivityMode.Launcher) {
|
class LauncherActivity: SharedLauncherActivity(LauncherActivityMode.Launcher) {
|
||||||
override fun onNewIntent(intent: Intent?) {
|
override fun onNewIntent(intent: Intent) {
|
||||||
super.onNewIntent(intent)
|
super.onNewIntent(intent)
|
||||||
val navContract = intent?.let { GestureNavContract.fromIntent(it) }
|
val navContract = intent?.let { GestureNavContract.fromIntent(it) }
|
||||||
if (navContract != null) {
|
if (navContract != null) {
|
||||||
|
|||||||
@ -8,7 +8,7 @@ pluginSdk = "1.1.0"
|
|||||||
gradle = "8.1.2"
|
gradle = "8.1.2"
|
||||||
android-gradle-plugin = "8.2.2"
|
android-gradle-plugin = "8.2.2"
|
||||||
protobuf-gradle-plugin = "0.9.4"
|
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"
|
kotlin = "1.9.23"
|
||||||
kotlinx-coroutines = "1.8.0"
|
kotlinx-coroutines = "1.8.0"
|
||||||
@ -19,7 +19,7 @@ jetbrains-markdown = "0.5.2"
|
|||||||
|
|
||||||
androidx-compose = "1.7.0-alpha08"
|
androidx-compose = "1.7.0-alpha08"
|
||||||
androidx-compose-material3 = "1.3.0-alpha06"
|
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-lifecycle = "2.7.0"
|
||||||
androidx-core = "1.14.0-alpha01"
|
androidx-core = "1.14.0-alpha01"
|
||||||
androidx-appcompat = "1.7.0-beta01"
|
androidx-appcompat = "1.7.0-beta01"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user