Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit a2caebb

Browse files
authored
Merge pull request #223 from Shopify/intellij-203
Declare support for Android Studio Arctic Fox
2 parents df8b10d + eb9759b commit a2caebb

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

Plugins/IntelliJ/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## [Unreleased]
44

5+
## [0.1.1]
6+
7+
### Updated
8+
9+
- Intellij plugin now supports Android Studio Arctic Fox | 2020.3.1 Beta 2
10+
Build 203.*
11+
512
## [0.1.0]
613

714
### Added

Plugins/IntelliJ/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ intellij {
4747
downloadSources = platformDownloadSources.toBoolean()
4848
updateSinceUntilBuild = true
4949

50-
alternativeIdePath = "/Applications/Android Studio 4.2 Preview.app"
50+
alternativeIdePath = "/Applications/Android Studio Preview.app"
5151

5252
// Plugin Dependencies:
5353
// https://www.jetbrains.org/intellij/sdk/docs/basics/plugin_structure/plugin_dependencies.html

Plugins/IntelliJ/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
pluginGroup = com.shopify.testify
55
pluginName = Android Testify - Screenshot Instrumentation Tests
6-
pluginVersion = 0.1.0
6+
pluginVersion = 0.1.1
77
pluginSinceBuild = 193
8-
pluginUntilBuild = 202.*
8+
pluginUntilBuild = 203.*
99

1010
platformType = IC
1111
platformVersion = 2020.1

0 commit comments

Comments
 (0)