File tree Expand file tree Collapse file tree
src/main/kotlin/com/github/grishberg/androidstudio/plugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ pluginName=YALI
1717# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1818# for insight into build numbers and IntelliJ Platform versions.
1919sinceBuild =253.28294.334
20- pluginVersion =26.04.12 .0
20+ pluginVersion =26.05.25 .0
2121# Use the latest of Android plugin versionAdd commentMore actions
2222# see https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
2323# androidPluginVersion=251.25410.109
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ class AdbWrapperImpl(project: Project) : AdbWrapper {
1717 return false
1818 }
1919
20- return androidBridge.isConnected && androidBridge.hasInitialDeviceList()
20+ return androidBridge.isConnected
2121 }
2222
2323 override fun connectedDevices (): List <IDevice > {
You can’t perform that action at this time.
0 commit comments