pluginManagement { repositories { maven { url "https://maven.aliyun.com/repository/public/" } google() mavenCentral() gradlePluginPortal() } } dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { maven { url "https://maven.aliyun.com/repository/public/" } google() mavenCentral() } } rootProject.name = "Launcher3Hub" include ':Frameworks' // android-5.0.2_r3 include ':0502_r3:app' // android-5.1.1_r38 include ':0511_r38:app' // android-6.0.1_r81 include ':0601_r81:app' // android-7.0.0_r36 include ':0700_r36:app' // android-7.1.2_r39 include ':0712_r39:app' // android-8.0.0_r51 include ':0800_r51:app' // android-8.1.0_r81 include ':0810_r81:app' // android-9.0.0_r61 include ':0900_r61:app' // android-10.0.0_r47 include ':1000_r47:app' include ':1000_r47:IconLoader' include ':1000_r47:LauncherProtosNano' include ':1000_r47:SystemUI:PluginCoreLib' include ':1000_r47:SystemUI:SystemUISharedLib' // android-11.0.0_r48 include ':1100_r48:app' include ':1100_r48:LauncherLogProtosLite' include ':1100_r48:IconLoader' include ':1100_r48:SystemUI:PluginCoreLib' include ':1100_r48:SystemUI:SystemUISharedLib' include ':1100_r48:SystemUI:SysUiStatsLog' // android-12.0.0_r34 include ':1200_r34:app' include ':1200_r34:IconLoader' include ':1200_r34:SystemUI:PluginCoreLib' include ':1200_r34:SystemUI:SysUiStatsLog' include ':1200_r34:SystemUI:SystemUISharedLib' include ':1200_r34:WindowManager:Shell' // android-12.1.0_r27 include ':1210_r27:app' include ':1210_r27:IconLoader' include ':1210_r27:SystemUI:PluginCoreLib' include ':1210_r27:SystemUI:SystemUISharedLib' include ':1210_r27:SystemUI:SysUiStatsLog' include ':1210_r27:WindowManager:Shell' // android-13.0.0_r15 include ':1300_r15:app' include ':1300_r15:IconLoader' include ':1300_r15:SystemUI:PluginCoreLib' include ':1300_r15:SystemUI:SystemUIAnimationLib' include ':1300_r15:SystemUI:SystemUISharedLib' include ':1300_r15:SystemUI:SysUiStatsLog' include ':1300_r15:WindowManager:Shell' // android-13.0.0_r83 include ':1300_r83:app' include ':1300_r83:IconLoader' include ':1300_r83:SystemUI:PluginCoreLib' include ':1300_r83:SystemUI:SystemUIAnimationLib' include ':1300_r83:SystemUI:SystemUIPluginLib' include ':1300_r83:SystemUI:SystemUIUnfoldLib' include ':1300_r83:SystemUI:SystemUISharedLib' include ':1300_r83:SystemUI:ViewCapture' include ':1300_r83:SystemUI:SysUiStatsLog' include ':1300_r83:WindowManager:Shell' // android-14.0.0_r28 include ':1400_r28:app' include ':1400_r28:IconLoader' include ':1400_r28:SystemUI:PluginCoreLib' include ':1400_r28:SystemUI:AnimationLib' include ':1400_r28:SystemUI:SystemUIAnimationLib' include ':1400_r28:SystemUI:SystemUICommon' include ':1400_r28:SystemUI:SystemUILogLib' include ':1400_r28:SystemUI:SystemUIPluginLib' include ':1400_r28:SystemUI:SystemUIUnfoldLib' include ':1400_r28:SystemUI:SystemUISharedLib' include ':1400_r28:SystemUI:ViewCapture' include ':1400_r28:SystemUI:SysUiStatsLog' include ':1400_r28:WindowManager:Shell'