Android Studio 3.4依赖项建议-不显示Alpha / Beta版本

时间:2019-05-02 08:00:31

标签: android android-studio

在Android Studio 3.4中,在“项目结构”中添加了新窗口suggestions,建议将gradle依赖项更新到最新版本。 是否可以仅显示最终版本而没有alpha / beta版本?

1 个答案:

答案 0 :(得分:1)

回答这个问题。还没有过滤选项。 (不在此窗口中)但是您可以按照以下步骤更改为 .wrapper { width: 200px; height: 200px; position: relative; box-sizing: border-box; } .top, .bottom { position: absolute; height: 100%; width: 100%; } .top { z-index: 20; opacity: 1; } .wrapper:hover > .top { transition: opacity 0.3s linear; z-index: 0; opacity: 0; } 而不是 Stable Channel

Beta Channel > File > Settings > Appearance & Behavior > System Settings > Updates > [✓] Automatically check updatesfor [Stable Channel] > {{1} }

Stable Channel

现在您应该只将 Apply 版本添加到您的项目中,而不是 OKstable 版本。