diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9c03494e4..33dbd0d9f 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,7 +11,6 @@ plugins { id("mihon.android.application.compose") kotlin("plugin.parcelize") kotlin("plugin.serialization") - // id("com.github.zellius.shortcut-helper") alias(libs.plugins.aboutLibraries) id("com.github.ben-manes.versions") } @@ -23,8 +22,6 @@ if (gradle.startParameter.taskRequests.toString().contains("Standard")) { } } -// shortcutHelper.setFilePath("./shortcuts.xml") - val supportedAbis = setOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64") android { diff --git a/app/src/beta/res/xml/shortcuts.xml b/app/src/beta/res/xml/shortcuts.xml new file mode 100644 index 000000000..c1de3f041 --- /dev/null +++ b/app/src/beta/res/xml/shortcuts.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml index 78cc10c6f..6692bedc8 100644 --- a/app/src/main/res/xml/shortcuts.xml +++ b/app/src/main/res/xml/shortcuts.xml @@ -8,7 +8,7 @@ android:shortcutShortLabel="@string/label_library"> diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f2ef932af..e6c727b7e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,6 @@ firebase-bom = "33.7.0" [libraries] desugar = "com.android.tools:desugar_jdk_libs:2.1.4" -android-shortcut-gradle = "com.github.zellius:android-shortcut-gradle-plugin:0.1.2" rxjava = "io.reactivex:rxjava:1.3.8" diff --git a/macrobenchmark/src/main/java/tachiyomi/macrobenchmark/BaselineProfileGenerator.kt b/macrobenchmark/src/main/java/tachiyomi/macrobenchmark/BaselineProfileGenerator.kt index 9c9bd1bc2..4d069883f 100644 --- a/macrobenchmark/src/main/java/tachiyomi/macrobenchmark/BaselineProfileGenerator.kt +++ b/macrobenchmark/src/main/java/tachiyomi/macrobenchmark/BaselineProfileGenerator.kt @@ -12,7 +12,7 @@ class BaselineProfileGenerator { @Test fun generate() = baselineProfileRule.collect( - packageName = "eu.kanade.tachiyomi.sy.benchmark", + packageName = "app.komikku.benchmark", profileBlock = { pressHome() startActivityAndWait()