Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginName=YALI
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
sinceBuild=253.28294.334
pluginVersion=26.04.12.0
pluginVersion=26.05.25.0
# Use the latest of Android plugin versionAdd commentMore actions
# see https://github.com/JetBrains/intellij-platform-gradle-plugin/releases
# androidPluginVersion=251.25410.109
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AdbWrapperImpl(project: Project) : AdbWrapper {
return false
}

return androidBridge.isConnected && androidBridge.hasInitialDeviceList()
return androidBridge.isConnected
}

override fun connectedDevices(): List<IDevice> {
Expand Down
Loading