Skip to content

Commit

Permalink
Support AS 3.4.1 (#711)
Browse files Browse the repository at this point in the history
  • Loading branch information
raniejade authored May 22, 2019
1 parent abb434b commit cfe31c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spek-ide-plugin/android-studio/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply from: "$rootDir/gradle/common/publish-plugin.gradle"

def buildMatrix = [
AS33: [sdk: '182.5107.16', extraSource: 'AS33', prefix: 'Studio3.3', since: '182.5107', until: '182.5107.*', deps: ['org.jetbrains.kotlin:1.3.30-release-Studio3.3-1']],
AS34: [sdk: '183.5429.30', extraSource: 'AS34', prefix: 'Studio3.4', since: '183.5429', until: '183.5429.*', deps: ['org.jetbrains.kotlin:1.3.30-release-Studio3.4-1']],
AS34: [sdk: '183.6156.11', extraSource: 'AS34', prefix: 'Studio3.4', since: '183.6156', until: '183.6156.*', deps: ['org.jetbrains.kotlin:1.3.30-release-Studio3.4-1']],
]

String sdkVersion = "AS34"
Expand Down

0 comments on commit cfe31c1

Please sign in to comment.