Remove shortcuts.xml and Android-Plugin-Framework

This commit is contained in:
2022-04-07 17:16:22 +08:00
parent 5b5512a55a
commit e34451ea47
5 changed files with 8 additions and 41 deletions

View File

@@ -2,8 +2,6 @@ plugins {
id 'com.android.application'
id 'kotlin-android'
}
//插件脚本
//apply from: "https://raw.githubusercontent.com/limpoxe/Android-Plugin-Framework/master/FairyPlugin/host.gradle"
android {
compileSdk 31
@@ -40,24 +38,11 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'com.google.android.material:material:1.5.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
implementation 'androidx.navigation:navigation-fragment-ktx:2.4.1'
implementation 'androidx.navigation:navigation-ui-ktx:2.4.1'
implementation 'androidx.navigation:navigation-fragment-ktx:2.4.2'
implementation 'androidx.navigation:navigation-ui-ktx:2.4.2'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.4.1'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.1'
implementation 'androidx.core:core-splashscreen:1.0.0-beta02'
implementation 'com.google.code.gson:gson:2.9.0'
// 请务必使用@aar结尾以中断依赖传递
// implementation('com.github.limpoxe:Android-Plugin-Framework:0.0.72@aar')
// 可选,用于支持插件全局函数式服务,不使用全局函数式服务不需要添加此依赖
// implementation('com.limpoxe.support:android-servicemanager:1.0.5@aar')
}
/*
fairy {
//可选配置,用于指定插件进程名。默认插件进程为单独的进程,进程名为":plugin"
//若设置为空串或者null即是使用宿主进程作为插件进程
//pluginProcess = ""
//pluginProcess = null
//pluginProcess = ":xxx"
}*/